GitRepository: add diff_status method
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Sep 2012 10:40:14 +0000 (13:40 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:22:07 +0000 (14:22 +0200)
commitdb1c2950426d869e1eb885c51a7fbfa30d7fdb3d
tree0d0b7f746850fa8ced0e13d2ee4e21d7efc92eff
parent4d705ed90a40def906ecf9726f16c42e4137de21
GitRepository: add diff_status method

This is a method of getting the filename and status information of a
diff. That is, a list of files that changed and their status, "added",
"modified" etc.

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