GitRepository: allow interactive commands
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 6 Feb 2014 07:17:56 +0000 (09:17 +0200)
committerJun Wang <junbill.wang@samsung.com>
Wed, 27 Jan 2016 09:08:50 +0000 (17:08 +0800)
commit5d7ebb16e8b1862c3f0848b0f1535a1dffbc58c2
tree2e08ed5a6b6632599e46f9d78f59ab873e17a55e
parentc1140cf9fb69c2ced4573897f1c6732fc2627a72
GitRepository: allow interactive commands

Make it possible for git commands to output directly to stdout without
redirection (i.e. capturing their stdout stream).

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>