Package: python-git Version: 0.1.5-1 Severity: normal Tags: patch Hi.
git.Repo.commits_between always returns None because it looks like
this:
return Commit.find_all(self, "%s..%s" % (frm, to)).reverse()
list.reverse reverses in place and returns None.
I attach a patch to fix this.
Thanks,
--
Jonny Lamb, UK
[email protected]
signature.asc
Description: Digital signature

