GitRepository: Add num option to git_commits
authorGuido Günther <agx@sigxcpu.org>
Tue, 27 Dec 2011 17:09:11 +0000 (18:09 +0100)
committerGuido Günther <agx@sigxcpu.org>
Tue, 27 Dec 2011 18:13:57 +0000 (19:13 +0100)
commitf9ca26405c53a6ad829e1bcf4f60c5a6bb4ae4d9
tree79113c3ae290d08f9b322ca4feb67e7bcc59fb23
parent6fc0ec045b5cb4ad01a7583481d83a8552cd76a7
GitRepository: Add num option to git_commits

to limit number of returned commits and fix path option to also accept a
list of paths instead of a string.
gbp/git/repository.py
gbp/scripts/dch.py
gbp/scripts/pq.py
tests/test_GitRepository.py