Re: [ANNOUNCE] Git v2.49.0-rc0

From: Junio C Hamano
Date: Wed Feb 26 2025 - 17:38:23 EST


"D. Ben Knoble" <ben.knoble@xxxxxxxxx> writes:
> [snip]
>>
>> * "[help] autocorrect = 1" used to be a way to say "please wait for
> ...
> It seems "help.autocorrect" style is _usually_ preferred, but there
> are a handful of "[section] key" style. (I don't have a preference,
> just something I noticed.)

But you cannot write "help.autocorrect=1" and claim that it is
correct. Your configuration file does not spell it that way, your
command line to "git config" command would not take it.

The more awkward "in the conifguration file it looks that way" needs
to be used when I need to write the variable with values.

Alternatively, I could say "setting help.autocorrect to 1 used to
be....".

Thanks.