Skip to content

Commit 9b82d63

Browse files
bebarinogitster
authored andcommitted
completion: complete values for help.format
Signed-off-by: Stephen Boyd <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0aa62fd commit 9b82d63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,6 +1348,10 @@ _git_config ()
13481348
"
13491349
return
13501350
;;
1351+
help.format)
1352+
__gitcomp "man info web html"
1353+
return
1354+
;;
13511355
*.*)
13521356
COMPREPLY=()
13531357
return

0 commit comments

Comments
 (0)