]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7508-status.sh
t3404 & t7508: cd inside subshell instead of around
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 6 Sep 2010 18:41:06 +0000 (20:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Sep 2010 21:27:35 +0000 (14:27 -0700)
commitc2e0940b44ded03f0af02be95c35b231fea633c1
tree54654c724e776f6b4f1fe78b9d559cce01ba9782
parent4682693e9ccc04252d0fad6f5627fc056abcdbba
t3404 & t7508: cd inside subshell instead of around

Fixed all places where it was a straightforward change from cd'ing into a
directory and back via "cd .." to a cd inside a subshell.

Found these places with "git grep -w "cd \.\.".

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh
t/t7508-status.sh