diff options
-rw-r--r-- | lib/git/commit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/commit.py b/lib/git/commit.py index 3a014b59..a488c4a1 100644 --- a/lib/git/commit.py +++ b/lib/git/commit.py @@ -108,6 +108,7 @@ class Commit(LazyMixin): def find_all(cls, repo, ref, path='', **kwargs): """ Find all commits matching the given criteria. + ``repo`` is the Repo |