summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-21 22:53:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-21 22:53:51 +0200
commit3c9f55dd8e6697ab2f9eaf384315abd4cbefad38 (patch)
tree06cc50a0ed54e375ce8ca182f3307949ca25b666 /CHANGES
parentbb509603e8303cd8ada7cfa1aaa626085b9bb6d6 (diff)
downloadgitpython-3c9f55dd8e6697ab2f9eaf384315abd4cbefad38.tar.gz
remote: Added fetch, pull, push methods to the interface to make these operations more convenient, like repo.remotes.origin.fetch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a60ed237..5c4420e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -50,6 +50,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