fix commit order of GitRepository.commits()
authorGuido Guenther <agx@sigxcpu.org>
Sat, 30 Aug 2008 12:11:30 +0000 (14:11 +0200)
committerGuido Guenther <agx@sigxcpu.org>
Sat, 30 Aug 2008 12:16:34 +0000 (14:16 +0200)
commit4da35868a45a0967a9586f81b23a982316c9157b
treedbbef86ed086cc53d8338c72868295f67cc0d09f
parent037626575b2a085c75cb1c3e2aa7d2977af6a61d
fix commit order of GitRepository.commits()

we request since..until but got until..since. This makes the order of
changelog entries generated by git-dch the same order as if git-dch
would be called individually for each commit.
gbp/git_utils.py