diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-07-11 22:05:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-11 22:05:28 +0200 |
commit | 04ce89389d37097da250c9879bddc9f59443a704 (patch) | |
tree | ae8d71cb03df34f91a2709008df1d0be6ad206f9 /t/t9902-completion.sh | |
parent | Merge branch 'rr/rebase-checkout-reflog' (diff) | |
parent | completion: learn about --man-path (diff) | |
download | git-04ce89389d37097da250c9879bddc9f59443a704.tar.xz git-04ce89389d37097da250c9879bddc9f59443a704.zip |
Merge branch 'jk/bash-completion'
* jk/bash-completion:
completion: learn about --man-path
completion: handle unstuck form of base git options
Diffstat (limited to 't/t9902-completion.sh')
-rwxr-xr-x | t/t9902-completion.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 5469dee8d1..d9e3103af5 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -365,6 +365,7 @@ test_expect_success 'double dash "git" itself' ' --exec-path Z --exec-path= --html-path Z + --man-path Z --info-path Z --work-tree= --namespace= |