summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9a3e82)
raw | patch | inline | side by side (parent: a9a3e82)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Fri, 11 Jul 2008 00:12:03 +0000 (02:12 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 12 Jul 2008 04:13:16 +0000 (21:13 -0700) |
using git-init as directory name confused 'make remove-dashes', so just
drop the 'git-' prefix.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
drop the 'git-' prefix.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0001-init.sh | patch | blob | history |
diff --git a/t/t0001-init.sh b/t/t0001-init.sh
index d31887f9bf35a7fa9e31b1eb859a9cf21c918d6c..2a38d98cb46ec5392093dc3c0eedf28d6f56c96b 100755 (executable)
--- a/t/t0001-init.sh
+++ b/t/t0001-init.sh
(
unset GIT_DIR GIT_WORK_TREE GIT_CONFIG
- mkdir git-init-bare.git &&
- cd git-init-bare.git &&
+ mkdir init-bare.git &&
+ cd init-bare.git &&
git init --bare
) &&
- check_config git-init-bare.git true unset
+ check_config init-bare.git true unset
'
test_expect_success 'GIT_DIR non-bare' '