GitRepository: add diff_status method
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Sep 2012 10:40:14 +0000 (13:40 +0300)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 09:46:22 +0000 (17:46 +0800)
commit7478301f0353e525ecd822774a9860cdef7c3a94
treef88c219b6edf5cbdc7f834324ccdb37d5a817ade
parent9156996e047cebee79d8eac0cd28368fc6ac161d
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>