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:
Stephen Boyd 2009-05-03 23:25:33 -07:00 committed by Junio C Hamano
parent 0aa62fd041
commit 9b82d63b5a

View File

@ -1348,6 +1348,10 @@ _git_config ()
"
return
;;
help.format)
__gitcomp "man info web html"
return
;;
*.*)
COMPREPLY=()
return