diff options
author | Stefan Beller <sbeller@google.com> | 2016-12-12 15:54:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-12 23:11:57 -0800 |
commit | 9e189f1a5ccfd09fb2c9d1fdf3ee9b59bb0b0231 (patch) | |
tree | 4733f2095a52777fb0beed9430e14a52bb2eca51 /log-tree.h | |
parent | 8954bd76ebb7eb2bb252ea36b1a91f7b67603fe6 (diff) | |
download | git-sb/t3600-cleanup.tar.gz |
t3600: slightly modernize stylesb/t3600-cleanup
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 to let Git cd into
the directory.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'log-tree.h')
0 files changed, 0 insertions, 0 deletions