diff options
| author | Alban Gruin <alban.gruin@gmail.com> | 2018-08-10 18:51:32 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-10 11:56:22 -0700 |
| commit | 34bec2c458474bdc05ced34d6789ee6c9fb7f051 (patch) | |
| tree | 0251fad07d977106ba561bfcae2a657b27cac169 /t/helper/test-submodule-nested-repo-config.c | |
| parent | 64a43cbd5da23718dee242d6ad4d5823128bf564 (diff) | |
sequencer: add a new function to silence a command, except if it fails
This adds a new function, run_command_silent_on_success(), to
redirect the stdout and stderr of a command to a strbuf, and then to run
that command. This strbuf is printed only if the command fails. It is
functionnaly similar to output() from git-rebase.sh.
run_git_commit() is then refactored to use of
run_command_silent_on_success().
Signed-off-by: Alban Gruin <alban.gruin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-submodule-nested-repo-config.c')
0 files changed, 0 insertions, 0 deletions
