summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-15 16:13:51 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-15 16:13:51 +0200
commit806450db9b2c4a829558557ac90bd7596a0654e0 (patch)
tree3ddde84e1e94bc2bfb242e3dcc4f74d7ede5b8d5 /CHANGES
parent39229db70e71a6be275dafb3dd9468930e40ae48 (diff)
downloadgitpython-806450db9b2c4a829558557ac90bd7596a0654e0.tar.gz
repo.commit_delta_base: removed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f2056ea1..296c0fe8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,10 @@ Repo
- 'commit_count' as it was just a redirection to the respective commit method
- 'commits_between', replaced by a note on the iter_commits method as it can
achieve the same thing
+ - 'commit_delta_from' as it was a very special case by comparing two different
+ repositories which are likely to have completly different commits. For
+ related repositories, i.e. clones, git-rev-list would be sufficient to find
+ commits that would need to be transferred for example.
* Renamed commits to iter_commits to improve the performance, adjusted signature
to be more versatile
* 'commits' method has no max-count of returned commits anymore, it now behaves