summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0aa62fd)
raw | patch | inline | side by side (parent: 0aa62fd)
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>
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 |
index ec02b06cf2ba2a66da8bc8414f63c931e3a2c4f2..023b0c9974b1778b4be5a2f5fe66198686634a56 100755 (executable)
"
return
;;
+ help.format)
+ __gitcomp "man info web html"
+ return
+ ;;
*.*)
COMPREPLY=()
return