projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa62fd
)
completion: complete values for help.format
author
Stephen Boyd
<bebarino@gmail.com>
Mon, 4 May 2009 06:25:33 +0000
(23:25 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 6 May 2009 05:05:37 +0000
(22:05 -0700)
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>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index ec02b06cf2ba2a66da8bc8414f63c931e3a2c4f2..023b0c9974b1778b4be5a2f5fe66198686634a56 100755
(executable)
--- 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