summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec014ea)
raw | patch | inline | side by side (parent: ec014ea)
author | Michael J Gruber <git@drmicha.warpmail.net> | |
Wed, 27 Apr 2011 08:36:26 +0000 (10:36 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Apr 2011 17:49:59 +0000 (10:49 -0700) |
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1020-subdirectory.sh | patch | blob | history |
index 1fd187c5eb188671934f6afe85ca5003c529a942..66e40d38a309e2f3f7198954ca6cf995c65981d3 100755 (executable)
--- a/t/t1020-subdirectory.sh
+++ b/t/t1020-subdirectory.sh
git ss
)
'
+
+test_expect_success '!alias expansion' '
+ pwd >expect &&
+ (
+ git config alias.test !pwd &&
+ cd dir &&
+ git test >../actual
+ ) &&
+ test_cmp expect actual
+'
+
test_expect_success 'no file/rev ambiguity check inside .git' '
git commit -a -m 1 &&
(