diff options
Diffstat (limited to 'lib/git/repo.py')
-rw-r--r-- | lib/git/repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |