Skip to content

Commit

Permalink
completion: complete values for help.format
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed May 6, 2009
1 parent 0aa62fd commit 9b82d63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,10 @@ _git_config ()
"
return
;;
help.format)
__gitcomp "man info web html"
return
;;
*.*)
COMPREPLY=()
return
Expand Down

0 comments on commit 9b82d63

Please sign in to comment.