Re: [PATCH] t3600: slightly modernize style

2016-12-12 Thread Junio C Hamano
Stefan Beller writes: > Remove the space between redirection and file name. > Also remove unnecessary invocations of subshells, such as > > (cd submod && > echo X >untracked > ) && > > as there is no point of having the shell for functional purposes.

[PATCH] t3600: slightly modernize style

2016-12-12 Thread Stefan Beller
Remove the space between redirection and file name. Also remove unnecessary invocations of subshells, such as (cd submod && echo X >untracked ) && as there is no point of having the shell for functional purposes. In case of a single Git command use the `-C` option