diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-12-04 14:03:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-04 14:25:05 -0800 |
commit | d9b31db2c42580af96499e763f4a681803f72826 (patch) | |
tree | 38ec747703755a7ff09b997673c83a13635854e4 /builtin/stripspace.c | |
parent | t7700: make references to SHA-1 generic (diff) | |
download | tgif-d9b31db2c42580af96499e763f4a681803f72826.tar.xz |
t7700: stop losing return codes of git commands
In a pipe, only the return code of the last command is used. Thus, all
other commands will have their return codes masked. Rewrite pipes so
that there are no git commands upstream so that we will know if a
command fails.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/stripspace.c')
0 files changed, 0 insertions, 0 deletions