summaryrefslogtreecommitdiff
path: root/t/t9902-completion.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-12-25 11:21:57 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-12-25 11:21:57 -0800
commit135365dd991f9520406012e30ab27a8d22951df8 (patch)
treee4737fc48d547395e10b4c8acd939c7ec2abe958 /t/t9902-completion.sh
parentMerge branch 'am/pathspec-from-file' (diff)
parentcheckout, restore: support the --pathspec-from-file option (diff)
downloadtgif-135365dd991f9520406012e30ab27a8d22951df8.tar.xz
Merge branch 'am/pathspec-f-f-checkout'
A few more commands learned the "--pathspec-from-file" command line option. * am/pathspec-f-f-checkout: checkout, restore: support the --pathspec-from-file option doc: restore: synchronize <pathspec> description doc: checkout: synchronize <pathspec> description doc: checkout: fix broken text reference doc: checkout: remove duplicate synopsis add: support the --pathspec-from-file option cmd_add: prepare for next patch
Diffstat (limited to 't/t9902-completion.sh')
-rwxr-xr-xt/t9902-completion.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh
index ec3eccfd3d..93877ba9cd 100755
--- a/t/t9902-completion.sh
+++ b/t/t9902-completion.sh
@@ -1438,6 +1438,8 @@ test_expect_success 'double dash "git checkout"' '
--no-guess Z
--no-... Z
--overlay Z
+ --pathspec-file-nul Z
+ --pathspec-from-file=Z
EOF
'