summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-15 18:05:28 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-15 18:05:28 +0200
commitb67bd4c730273a9b6cce49a8444fb54e654de540 (patch)
tree3e3760e5b46095458cf75446330ba2fc25fa23e5 /CHANGES
parent00c5497f190172765cc7a53ff9d8852a26b91676 (diff)
downloadgitpython-b67bd4c730273a9b6cce49a8444fb54e654de540.tar.gz
Improved archive function by allowing it to directly write to an output stream - previously it would cache everything to memory and try to provide zipping functionality itself
gitcmd: allows the output stream to be set explicitly which is mainly useful for archiving operations
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 22fe3e28..babf2733 100644
--- a/CHANGES
+++ b/CHANGES
@@ -64,8 +64,8 @@ Repo
- commits to iter_commits to improve the performance, adjusted signature
- init_bare to init, implying less about the options to be used
- fork_bare to clone, as it was to represent general clone functionality, but implied
- a bare clone
- to be more versatile
+ a bare clone to be more versatile
+ - archive_tar_gz and archive_tar and replaced by archive method with different signature
* 'commits' method has no max-count of returned commits anymore, it now behaves
like git-rev-list