Commit c0bbe1bf authored by Matthias Putz's avatar Matthias Putz

--amend

parent 367f88e4
...@@ -169,10 +169,6 @@ class GitCommand(object): ...@@ -169,10 +169,6 @@ class GitCommand(object):
cwd = None cwd = None
command.extend(cmdv) command.extend(cmdv)
provide_stdin = True
capture_stdout = True
capture_stderr = True
if provide_stdin: if provide_stdin:
stdin = subprocess.PIPE stdin = subprocess.PIPE
else: else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment