Add help.autocorrect to enable/disable autocorrecting
commitf0e90716d47b429284702b75425a247c9fc41adb
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 31 Aug 2008 13:54:58 +0000 (31 15:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 17:15:13 +0000 (31 10:15 -0700)
treeeb7a133ff0f05aac1dd6c53de1242f997e3191a7
parent8af84dadb142f7321ff0ce8690385e99da8ede2f
Add help.autocorrect to enable/disable autocorrecting

It is off(0) by default, to avoid scaring people unless they asked to.
If set to a non-0 value, wait for that amount of deciseconds before
running the corrected command.

Suggested by Junio, so he has a chance to hit Ctrl-C.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
help.c