GitRepository: return GitModifier object instead of separate fields
authorGuido Günther <agx@sigxcpu.org>
Sat, 30 Jun 2012 07:40:18 +0000 (09:40 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 30 Jun 2012 07:43:54 +0000 (09:43 +0200)
commitdd593a0facc0fb3ee7093e5c18f86427372f6998
treebb2b50c4f48b8cdd30c432b290853f19c8b0c478
parent1e8597804ff33ec7e826e77b94fd371d4be9ef29
GitRepository: return GitModifier object instead of separate fields

this make sure the number of return values doesn't stays sane when
also returning timestamps and committer information.
gbp/git/repository.py
gbp/scripts/dch.py
tests/test_GitRepository.py