git: allow passing stderr and stdout when calling git commands
commitc6f63327bb5a884c86d8e98bf1698ebe728ec868
authorDavid Aguilar <davvid@gmail.com>
Thu, 26 Dec 2013 09:19:32 +0000 (26 01:19 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 26 Dec 2013 09:19:32 +0000 (26 01:19 -0800)
tree8adf7a6b30387c5e2741cb1354ffcf32b4c3477f
parente9b7aa4ec4fce93758e5c39c0f35f3f33fc3fa99
git: allow passing stderr and stdout when calling git commands

This allows us to control the stdout and stderr arguments to subprocess
when calling individual git commands.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/git.py