summaryrefslogtreecommitdiff
path: root/dir.c
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-11-27 19:53:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-29 21:20:14 (GMT)
commit3b737381d880bd6db1b09d8721f806774931853a (patch)
treecdd494dd455b0fed305207c686997fac99c8cfbd /dir.c
parent0d913dfa7e41f31befb080512d2e8524338f1907 (diff)
downloadgit-3b737381d880bd6db1b09d8721f806774931853a.zip
git-3b737381d880bd6db1b09d8721f806774931853a.tar.gz
git-3b737381d880bd6db1b09d8721f806774931853a.tar.bz2
t3600: stop losing return codes of git commands
When a command is in a non-assignment command substitution, the return code will be lost in favour of the surrounding command's. As a result, if a git command fails, we won't know about it. Rewrite instances of this so that git commands are either run in an assignment-only command substitution so that their return codes aren't lost. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'dir.c')
0 files changed, 0 insertions, 0 deletions