From f24b80653c648a2a71edae762a4c2f508be7f391 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 9 Sep 2008 01:34:39 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0.1-285-g1070
---
config.txt | 9 +++++++++
git-config.html | 16 +++++++++++++++-
gitattributes.html | 15 ++++++++++-----
gitattributes.txt | 6 ++++--
4 files changed, 38 insertions(+), 8 deletions(-)
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