summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-15 00:06:08 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-15 00:06:08 +0200
commit1a4bfd979e5d4ea0d0457e552202eb2effc36cac (patch)
tree10f70f8e41c91f5bf57f04b616f3e5afdb9f8407 /CHANGES
parent7cdfaceebe916c91acdf8de3f9506989bc70ad65 (diff)
downloadgitpython-1a4bfd979e5d4ea0d0457e552202eb2effc36cac.tar.gz
test_performance: module containing benchmarks to get an idea of the achieved throughput
repo.commits: max_count is None by default moved benchmark-like test from test_commit to test_performance
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
----