Browse Source

completion: learn about --man-path

Signed-off-by: John Keeping <john@keeping.me.uk>
Acked-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
John Keeping 12 years ago committed by Junio C Hamano
parent
commit
66fb37d0c6
  1. 1
      contrib/completion/git-completion.bash
  2. 1
      t/t9902-completion.sh

1
contrib/completion/git-completion.bash

@ -2513,6 +2513,7 @@ __git_main () @@ -2513,6 +2513,7 @@ __git_main ()
--exec-path
--exec-path=
--html-path
--man-path
--info-path
--work-tree=
--namespace=

1
t/t9902-completion.sh

@ -231,6 +231,7 @@ test_expect_success 'double dash "git" itself' ' @@ -231,6 +231,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=

Loading…
Cancel
Save