author | Jens Lehmann <Jens.Lehmann@web.de> | |
Mon, 6 Sep 2010 18:39:54 +0000 (20:39 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 6 Sep 2010 21:30:53 +0000 (14:30 -0700) | ||
commit | fd4ec4f2bb980ce07bb28d5823a95610f251d00b | |
tree | 824a488c7708e4271f157f15c760947890a2e0bc | tree | snapshot |
parent | af24059fa299f1656692f5807eddd3b30b5f3cfb | commit | diff |
Several tests: 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>
32 files changed: