mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
t3102: document that ls-tree does not yet support negated pathspec
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5c6cb9888d
commit
4be4f71f55
@ -27,4 +27,10 @@ EOF
|
||||
test_cmp expected actual
|
||||
'
|
||||
|
||||
test_expect_failure 'ls-tree does not yet support negated pathspec' '
|
||||
git ls-files ":(exclude)a" "a*" >expect &&
|
||||
git ls-tree --name-only -r HEAD ":(exclude)a" "a*" >actual &&
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_done
|
||||
|
Loading…
Reference in New Issue
Block a user