Code

completion: complete values for help.format
authorStephen Boyd <bebarino@gmail.com>
Mon, 4 May 2009 06:25:33 +0000 (23:25 -0700)
committerJunio 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

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