GitRepository/get_commit_info: correctly handle file renames/copies
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 22 Jan 2014 12:26:49 +0000 (14:26 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 27 Mar 2014 19:29:00 +0000 (20:29 +0100)
commitd8f55da007637de916c6ab067ebd22f2227e3aa0
tree3343c53919709e13e15651e110f9f379fa8ec328
parent3808523fd640d12b7e17f5b3ca443c5478283023
GitRepository/get_commit_info: correctly handle file renames/copies

Use the '--no-renames' git command line option in order to prevent two
filenames per entry.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gbp/git/repository.py