aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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