diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -44,9 +44,13 @@ Repo of the active branch. * 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 +* Removed the following methods: + - 'log' method as it as effectively the same as the 'commits' method + - 'commits_since' as it is just a flag given to rev-list in Commit.iter_items + - 'commit_count' as it was just a redirection to the respective commit method * 'commits' method has no max-count of returned commits anymore, it now behaves like git-rev-list + Diff ---- |