@@ -586,6 +586,15 @@ specified as 'gitcvs.<access_method>.<varname>' (where 'access_method'
586586is one of "ext" and "pserver") to make them apply only for the given
587587access method.
588588
589+ help.browser::
590+ Specify the browser that will be used to display help in the
591+ 'web' format. See linkgit:git-help[1].
592+
593+ help.format::
594+ Override the default help format used by linkgit:git-help[1].
595+ Values 'man', 'info', 'web' and 'html' are supported. 'man' is
596+ the default. 'web' and 'html' are the same.
597+
589598http.proxy::
590599 Override the HTTP proxy, normally configured using the 'http_proxy'
591600 environment variable (see linkgit:curl[1]). This can be overridden
@@ -643,6 +652,25 @@ i18n.logOutputEncoding::
643652 Character encoding the commit messages are converted to when
644653 running `git-log` and friends.
645654
655+ instaweb.browser::
656+ Specify the program that will be used to browse your working
657+ repository in gitweb. See linkgit:git-instaweb[1].
658+
659+ instaweb.httpd::
660+ The HTTP daemon command-line to start gitweb on your working
661+ repository. See linkgit:git-instaweb[1].
662+
663+ instaweb.local::
664+ If true the web server started by linkgit:git-instaweb[1] will
665+ be bound to the local IP (127.0.0.1).
666+
667+ instaweb.modulepath::
668+ The module path for an apache httpd used by linkgit:git-instaweb[1].
669+
670+ instaweb.port::
671+ The port number to bind the gitweb httpd to. See
672+ linkgit:git-instaweb[1].
673+
646674log.showroot::
647675 If true, the initial commit will be shown as a big creation event.
648676 This is equivalent to a diff against an empty tree.
@@ -844,3 +872,8 @@ receive.denyNonFastForwards::
844872transfer.unpackLimit::
845873 When `fetch.unpackLimit` or `receive.unpackLimit` are
846874 not set, the value of this variable is used instead.
875+
876+ web.browser::
877+ Specify a web browser that may be used by some commands.
878+ Currently only linkgit:git-instaweb[1] and linkgit:git-help[1]
879+ may use it.
0 commit comments