diff options
author | Jeff King <peff@peff.net> | 2014-03-20 19:23:06 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 14:35:13 -0700 |
commit | 410c3428ed42bc0978e2917236e95cd5f860864f (patch) | |
tree | 06ed8c28563f22ca7269456d526be6198c7e66dd /t/t5100 | |
parent | t0001: drop useless subshells (diff) | |
download | tgif-410c3428ed42bc0978e2917236e95cd5f860864f.tar.xz |
t0001: drop subshells just for "cd"
Many tests do something like:
(
mkdir foo &&
cd foo &&
git init
)
You can do the same these days with "git init foo", which
makes the tests shorter and simpler to read.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100')
0 files changed, 0 insertions, 0 deletions