completion: complete values for help.format
[gitweb.git] / 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