We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec014ea commit 0daed41Copy full SHA for 0daed41
t/t1020-subdirectory.sh
@@ -118,6 +118,17 @@ test_expect_success 'alias expansion' '
118
git ss
119
)
120
'
121
+
122
+test_expect_success '!alias expansion' '
123
+ pwd >expect &&
124
+ (
125
+ git config alias.test !pwd &&
126
+ cd dir &&
127
+ git test >../actual
128
+ ) &&
129
+ test_cmp expect actual
130
+'
131
132
test_expect_success 'no file/rev ambiguity check inside .git' '
133
git commit -a -m 1 &&
134
(
0 commit comments