author | Jens Lehmann <Jens.Lehmann@web.de> | |
Mon, 6 Sep 2010 18:41:06 +0000 (20:41 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 6 Sep 2010 21:27:35 +0000 (14:27 -0700) | ||
commit | c2e0940b44ded03f0af02be95c35b231fea633c1 | |
tree | 54654c724e776f6b4f1fe78b9d559cce01ba9782 | tree | snapshot |
parent | 4682693e9ccc04252d0fad6f5627fc056abcdbba | commit | diff |
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>
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 | diff | blob | history | |
t/t7508-status.sh | diff | blob | history |