Files
git/Documentation/config
Junio C Hamano 78abcff222 Merge branch 'dd/help-autocorrect-never'
"git $cmd $args", when $cmd is not a recognised subcommand, by
default tries to see if $cmd is a typo of an existing subcommand
and optionally executes the corrected command if there is only one
possibility, depending on the setting of help.autocorrect; the
users can now disable the whole thing, including the cycles spent
to find a likely typo, by setting the configuration variable to
'never'.

* dd/help-autocorrect-never:
  help.c: help.autocorrect=never means "do not compute suggestions"
2020-12-14 10:21:36 -08:00
..
2019-08-11 17:40:07 -07:00
2020-10-27 15:09:47 -07:00
2020-05-24 16:23:59 -07:00
2020-03-25 13:57:42 -07:00
2020-04-10 09:28:02 -07:00