From: Jens Lehmann Date: Mon, 6 Sep 2010 18:41:06 +0000 (+0200) Subject: t3404 & t7508: cd inside subshell instead of around X-Git-Tag: v1.7.3-rc1~20 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c2e0940b44ded03f0af02be95c35b231fea633c1?ds=inline;hp=c2e0940b44ded03f0af02be95c35b231fea633c1 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 Signed-off-by: Junio C Hamano ---