summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-05-04 06:25:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-05-06 05:05:37 (GMT)
commit9b82d63b5a109112643843a8e6d1a201fdf2ec63 (patch)
treeba34b6e41c3ba30e6ed43aaac751cebaf6cacf51 /contrib
parent0aa62fd0414b0e8a6271d1d0dd80e5f640633473 (diff)
downloadgit-9b82d63b5a109112643843a8e6d1a201fdf2ec63.zip
git-9b82d63b5a109112643843a8e6d1a201fdf2ec63.tar.gz
git-9b82d63b5a109112643843a8e6d1a201fdf2ec63.tar.bz2
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>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index ec02b06..023b0c9 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1348,6 +1348,10 @@ _git_config ()
"
return
;;
+ help.format)
+ __gitcomp "man info web html"
+ return
+ ;;
*.*)
COMPREPLY=()
return