From: Junio C Hamano
Date: Tue, 9 Sep 2008 01:34:39 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.6.0.1-285-g1070
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f24b80653c648a2a71edae762a4c2f508be7f391;p=git.git
Autogenerated HTML docs for v1.6.0.1-285-g1070
---
diff --git a/config.txt b/config.txt
index ed3285f89..922ac7b44 100644
--- a/config.txt
+++ b/config.txt
@@ -790,6 +790,15 @@ help.format::
Values 'man', 'info', 'web' and 'html' are supported. 'man' is
the default. 'web' and 'html' are the same.
+help.autocorrect::
+ Automatically correct and execute mistyped commands after
+ waiting for the given number of deciseconds (0.1 sec). If more
+ than one command can be deduced from the entered text, nothing
+ will be executed. If the value of this option is negative,
+ the corrected command will be executed immediately. If the
+ value is 0 - the command will be just shown but not executed.
+ This is the default.
+
http.proxy::
Override the HTTP proxy, normally configured using the 'http_proxy'
environment variable (see linkgit:curl[1]). This can be overridden
diff --git a/git-config.html b/git-config.html
index 8966da9db..61a001e3a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1957,6 +1957,20 @@ help.format
+help.autocorrect
+
+
+
+ Automatically correct and execute mistyped commands after
+ waiting for the given number of deciseconds (0.1 sec). If more
+ than one command can be deduced from the entered text, nothing
+ will be executed. If the value of this option is negative,
+ the corrected command will be executed immediately. If the
+ value is 0 - the command will be just shown but not executed.
+ This is the default.
+
+
+
http.proxy
@@ -2730,7 +2744,7 @@ web.browser