diff options
author | Martin Marcher <martin@marcher.name> | 2009-10-01 18:38:58 +0200 |
---|---|---|
committer | Martin Marcher <martin@marcher.name> | 2009-10-01 18:38:58 +0200 |
commit | be53c1f33107d6891c47c784aeadd6e5ddf78e8c (patch) | |
tree | 4e1905387072e72c05999aeac7c6d33eb3c300ce | |
parent | 2b93f2a91e0791be3ffda1f753aa6c377bcab4d3 (diff) | |
download | gitpython-be53c1f33107d6891c47c784aeadd6e5ddf78e8c.tar.gz |
fix some docs
-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 |