summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-22 12:24:36 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-22 12:24:36 +0200
commitf62c9b9c0c9bda792c3fa531b18190e97eb53509 (patch)
tree3e2759b8ba2de500a3c75b189cd49a7820c65753 /CHANGES
parent33fa178eeb7bf519f5fff118ebc8e27e76098363 (diff)
downloadgitpython-f62c9b9c0c9bda792c3fa531b18190e97eb53509.tar.gz
Git.cmd: removed with_raw_output option
repo.archive: made it work with new way of custom output streams added test for repo.archive which was missing for some reason
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c4420e6..fde62e29 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,8 @@ General
* Unified diff interface to allow easy diffing between trees, trees and index, trees
and working tree, index and working tree, trees and index. This closely follows
the git-diff capabilities.
+* Git.execute does not take the with_raw_output option anymore. It was not used
+ by anyone within the project and False by default.
Item Iteration