Skip to content

Commit 66fb37d

Browse files
johnkeepinggitster
authored andcommitted
completion: learn about --man-path
Signed-off-by: John Keeping <[email protected]> Acked-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 776009d commit 66fb37d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,6 +2513,7 @@ __git_main ()
25132513
--exec-path
25142514
--exec-path=
25152515
--html-path
2516+
--man-path
25162517
--info-path
25172518
--work-tree=
25182519
--namespace=

t/t9902-completion.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ test_expect_success 'double dash "git" itself' '
231231
--exec-path Z
232232
--exec-path=
233233
--html-path Z
234+
--man-path Z
234235
--info-path Z
235236
--work-tree=
236237
--namespace=

0 commit comments

Comments
 (0)