Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Consider output of
stderr
in successful cases
Git writes the output of some commands into `stderr` instead of `stdout` (e.g. `push`). Using the option `--porcelain` doesn't always help in such cases as other information may be missing. To get the full output, `stderr` is now fetched in case `stdout` is empty. Fixes: gitonomy#205
- Loading branch information