diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-03-27 23:16:37 +0545 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-03-28 09:30:14 -0700 |
commit | a4d4e32a700df92ca576ce89110c075b8ce6da75 (patch) | |
tree | 4f991815ba071fc8849314f248018d1054a7ef99 /builtin/notes.c | |
parent | Git 2.16.3 (diff) | |
download | tgif-a4d4e32a700df92ca576ce89110c075b8ce6da75.tar.xz |
test: avoid pipes in git related commands for test
Avoid using pipes downstream of Git commands since the exit codes
of commands upstream of pipes get swallowed, thus potentially
hiding failure of those commands. Instead, capture Git command
output to a file and apply the downstream command(s) to that file.
Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/notes.c')
0 files changed, 0 insertions, 0 deletions