aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a60ed237..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
@@ -50,6 +52,12 @@ Blob
----
* former 'name' member renamed to path as it suits the actual data better
+GitCommand
+-----------
+* git.subcommand call scheme now prunes out None from the argument list, allowing
+ to be called more confortably as None can never be a valid to the git command
+ if converted to a string.
+
Commit
------
* 'count' method is not an instance method to increase its ease of use