GitRepository: Implement status method
authorEd Bartosh <eduard.bartosh@intel.com>
Wed, 6 Jun 2012 11:45:44 +0000 (14:45 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 14 Nov 2014 12:22:07 +0000 (14:22 +0200)
commit76a846a7eca34c457ed6d8eb67709013c2602731
tree0a7ae8668808f99ccb52c5cce66ee6a67c7a0dc2
parent774cb7a57ed2bc8af1b8ed0ef10cf758587d8992
GitRepository: Implement status method

Simple wrapper to the git-status command.

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