We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6cb98 commit 4be4f71Copy full SHA for 4be4f71
1 file changed
t/t3102-ls-tree-wildcards.sh
@@ -27,4 +27,10 @@ EOF
27
test_cmp expected actual
28
'
29
30
+test_expect_failure 'ls-tree does not yet support negated pathspec' '
31
+ git ls-files ":(exclude)a" "a*" >expect &&
32
+ git ls-tree --name-only -r HEAD ":(exclude)a" "a*" >actual &&
33
+ test_cmp expect actual
34
+'
35
+
36
test_done
0 commit comments