diff options
author | Stefan Beller <sbeller@google.com> | 2017-01-11 10:47:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-13 12:02:51 -0800 |
commit | 3290fe6dd2a7e2bb35ac760443335dec58802ff1 (patch) | |
tree | 7df89dad28ec8b08875395265a3f2e13ba180174 /t/t3002-ls-files-dashpath.sh | |
parent | Fifth batch 2.12 (diff) | |
download | tgif-3290fe6dd2a7e2bb35ac760443335dec58802ff1.tar.xz |
lib-submodule-update.sh: reduce use of subshell by using "git -C"
We write
(cd <dir> && git <cmd>)
to avoid
cd <dir> && git <cmd> && cd ..
that allows a breakage in one part of the test script to leave the
entire test process in an unexpected place. Modern version of Git
allows us to do this more concisely with "git -C <dir> <cmd>".
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3002-ls-files-dashpath.sh')
0 files changed, 0 insertions, 0 deletions