diff options
author | 2017-11-15 12:04:58 +0900 | |
---|---|---|
committer | 2017-11-15 12:04:58 +0900 | |
commit | ea3321992b280bb0b8ea781a62e9194ba93ebde0 (patch) | |
tree | 4154425bac21adfcd6e7537661ff65b0c76471a6 /t/t9902-completion.sh | |
parent | Merge branch 'jc/check-ref-format-oor' into maint (diff) | |
parent | completion: add remaining flags to checkout (diff) | |
download | tgif-ea3321992b280bb0b8ea781a62e9194ba93ebde0.tar.xz |
Merge branch 'tb/complete-checkout' into maint
Command line completion (in contrib/) update.
* tb/complete-checkout:
completion: add remaining flags to checkout
Diffstat (limited to 't/t9902-completion.sh')
-rwxr-xr-x | t/t9902-completion.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 2cb999ecfa..fc614dcbfa 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -1245,6 +1245,10 @@ test_expect_success 'double dash "git checkout"' ' --conflict= --orphan Z --patch Z + --detach Z + --ignore-skip-worktree-bits Z + --recurse-submodules Z + --no-recurse-submodules Z EOF ' |