summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-12-14 11:18:32 -0800
committerJunio C Hamano <gitster@pobox.com>2020-12-14 11:18:32 -0800
commit441dc8cadfad4f8c37de62e802ac9fa8684b595b (patch)
tree20ace5eabe7031297b93678b666e24b747d79ad6 /git-config.html
parent992fbdccbdb5b0596beb2e71c935d4f25a64d691 (diff)
downloadgit-htmldocs-441dc8cadfad4f8c37de62e802ac9fa8684b595b.tar.gz
Autogenerated HTML docs for v2.30.0-rc0
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-config.html b/git-config.html
index 389183965..65dc030c2 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5925,13 +5925,14 @@ help.autoCorrect
</dt>
<dd>
<p>
- 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.
+ If git detects typos and can identify exactly one valid command similar
+ to the error, git will automatically run the intended command after
+ waiting a duration of time defined by this configuration value in
+ deciseconds (0.1 sec). If this value is 0, the suggested corrections
+ will be shown, but not executed. If it is a negative integer, or
+ "immediate", the suggested command
+ is run immediately. If "never", suggestions are not shown at all. The
+ default value is zero.
</p>
</dd>
<dt class="hdlist1">