So, I failed to actually attach the patch again.. *sigh* -- Jonny Lamb, UK jo...@debian.org
diff -Nruad -Nruad python-git-0.1.5.orig/lib/git/repo.py python-git-0.1.5/lib/git/repo.py --- python-git-0.1.5.orig/lib/git/repo.py 2009-01-21 23:59:24.000000000 +0000 +++ python-git-0.1.5/lib/git/repo.py 2009-01-22 00:00:11.000000000 +0000 @@ -135,7 +135,9 @@ Returns ``git.Commit[]`` """ - return Commit.find_all(self, "%s..%s" % (frm, to)).reverse() + commits = Commit.find_all(self, "%s..%s" % (frm, to)) + commits.reverse() + return commits def commits_since(self, start = 'master', since = '1970-01-01'): """
signature.asc
Description: Digital signature