completion: complete values for help.format
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0aa62fd041
commit
9b82d63b5a
@ -1348,6 +1348,10 @@ _git_config ()
|
|||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
help.format)
|
||||||
|
__gitcomp "man info web html"
|
||||||
|
return
|
||||||
|
;;
|
||||||
*.*)
|
*.*)
|
||||||
COMPREPLY=()
|
COMPREPLY=()
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user