From 0d6ceabf5b90e7c0690360fc30774d36644f563c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 30 Apr 2010 09:57:03 +0200 Subject: Added additional tz_offset testing in performance test to call it more often. Fixed test which required to be on master to work - it now uses the HEAD symbolic ref instead. --- lib/git/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/git/repo.py') diff --git a/lib/git/repo.py b/lib/git/repo.py index 58eb6ba1..2beda9be 100644 --- a/lib/git/repo.py +++ b/lib/git/repo.py @@ -427,7 +427,7 @@ class Repo(object): Commits that do not contain that path or the paths will not be returned. ``kwargs`` - Arguments to be passed to git-rev-parse - common ones are + Arguments to be passed to git-rev-list - common ones are max_count and skip Note: to receive only commits between two named revisions, use the -- cgit v1.2.1