]> git.ipfire.org Git - thirdparty/git.git/commit
t3419: stop losing return code of git command
authorDenton Liu <liu.denton@gmail.com>
Tue, 7 Jan 2020 04:53:09 +0000 (23:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2020 20:56:02 +0000 (12:56 -0800)
commit1c9fd32fd2b5e1b8f2807d93f3a138d5846dbaf0
tree549bfce1ae3f7e839a567f82f4ed61381ef8cd48
parentc232ffa83cb3b21e4e6671c50609bfaf5659e899
t3419: stop losing return code of git command

Fix invocation of git command so its exit codes is not lost within
a non-assignment command substitution.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3419-rebase-patch-id.sh