Re: [ANNOUNCE] Git v2.49.0-rc0
From: D. Ben Knoble
Date: Wed Feb 26 2025 - 14:10:05 EST
On Wed, Feb 26, 2025 at 1:36 PM Junio C Hamano <gitster@xxxxxxxxx> wrote:
>
> Git v2.49 Release Notes (draft)
> ===============================
>
> UI, Workflows & Features
> ------------------------
>
[snip]
>
> * "[help] autocorrect = 1" used to be a way to say "please wait for
Slight nit: we appear slightly inconsistent in the way RelNotes refers
to config vars. Compare
rg '\W\[\w+\] \w' Documentation/RelNotes
with
rg '[[:alpha:]]+\.[[:alpha:]]+' Documentation/RelNotes
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.)
--
D. Ben Knoble