From be53c1f33107d6891c47c784aeadd6e5ddf78e8c Mon Sep 17 00:00:00 2001 From: Martin Marcher Date: Thu, 1 Oct 2009 18:38:58 +0200 Subject: fix some docs --- lib/git/commit.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/git/commit.py') 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 -- cgit v1.2.1