Skip to content

GitRunCommand exception can store stdout output too.#198

Merged
Byron merged 1 commit intogitpython-developers:0.3from
folti:0.3
Nov 12, 2014
Merged

GitRunCommand exception can store stdout output too.#198
Byron merged 1 commit intogitpython-developers:0.3from
folti:0.3

Conversation

@folti
Copy link
Copy Markdown
Contributor

@folti folti commented Nov 5, 2014

Some git commands, like git merge outputs their problems onto stdout,
instead of stderr, which will be thrown away by the current setup. This
change allows the GitPython commands to store the stdout's value too,
in case of error.

Some git commands, like git merge outputs their problems onto stdout,
instead of stderr, which will be thrown away by the current setup. This
change allows the GitPython commands to store the stdout's value too,
in case of error.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-13.55%) when pulling 48f5476 on folti:0.3 into 27c577d on gitpython-developers:0.3.

@Byron
Copy link
Copy Markdown
Member

Byron commented Nov 12, 2014

Thank you !

Byron added a commit that referenced this pull request Nov 12, 2014
GitRunCommand exception can store stdout output too.
@Byron Byron merged commit 678821a into gitpython-developers:0.3 Nov 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants