tests: subshell indentation stylefix
commit18a826924284339e2b637ab747f196235bee1939
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 7 Sep 2010 01:42:54 +0000 (6 20:42 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Sep 2010 22:56:20 +0000 (9 15:56 -0700)
treee6ecbd53b0bd739099b49d376f57fadcdc2da569
parent347c47e61e5daf1efb3503724a431e4316c6eb5b
tests: subshell indentation stylefix

Format the subshells introduced by the previous patch (Several tests:
cd inside subshell instead of around, 2010-09-06) like so:

(
cd subdir &&
...
) &&

This is generally easier to read and has the nice side-effect that
this patch will show what commands are used in the subshell, making
it easier to check for lost environment variables and similar
behavior changes.

Cc: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
22 files changed:
t/t1020-subdirectory.sh
t/t1302-repo-version.sh
t/t3060-ls-files-with-tree.sh
t/t3409-rebase-preserve-merges.sh
t/t3903-stash.sh
t/t4041-diff-submodule-option.sh
t/t5510-fetch.sh
t/t6050-replace.sh
t/t7400-submodule-basic.sh
t/t7401-submodule-summary.sh
t/t9100-git-svn-basic.sh
t/t9101-git-svn-props.sh
t/t9102-git-svn-deep-rmdir.sh
t/t9104-git-svn-follow-parent.sh
t/t9105-git-svn-commit-diff.sh
t/t9106-git-svn-commit-diff-clobber.sh
t/t9107-git-svn-migrate.sh
t/t9114-git-svn-dcommit-merge.sh
t/t9115-git-svn-dcommit-funky-renames.sh
t/t9116-git-svn-log.sh
t/t9119-git-svn-info.sh
t/t9120-git-svn-clone-with-percent-escapes.sh