Re: [PATCH 05/18] t5613: do not chdir in main process

2016-10-04 Thread Junio C Hamano
Jeff King writes: > Our usual style when working with subdirectories is to chdir > inside a subshell or to use "git -C", which means we do not > have to constantly return to the main test directory. Let's > convert this old test, which does not follow that style. > > Signed-off-by: Jeff King > -

Re: [PATCH 05/18] t5613: do not chdir in main process

2016-10-03 Thread Jacob Keller
On Mon, Oct 3, 2016 at 1:34 PM, Jeff King wrote: > Our usual style when working with subdirectories is to chdir > inside a subshell or to use "git -C", which means we do not > have to constantly return to the main test directory. Let's > convert this old test, which does not follow that style. >

[PATCH 05/18] t5613: do not chdir in main process

2016-10-03 Thread Jeff King
Our usual style when working with subdirectories is to chdir inside a subshell or to use "git -C", which means we do not have to constantly return to the main test directory. Let's convert this old test, which does not follow that style. Signed-off-by: Jeff King --- t/t5613-info-alternate.sh | 9