aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 61172343..c4ea13b0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -42,6 +42,8 @@ Repo
* tree method now requires a Ref instance as input and defaults to the active_branche
instead of master
* Removed 'log' method as it as effectively the same as the 'commits' method
+* 'commits' method has no max-count of returned commits anymore, it now behaves
+ like git-rev-list
Diff
----