Derrick Stolee <stolee@xxxxxxxxx> writes: > On 3/12/2021 3:19 PM, Han-Wen Nienhuys via GitGitGadget wrote: >> diff --git a/Documentation/config/extensions.txt b/Documentation/config/extensions.txt >> index 4e23d73cdcad..82c5940f1434 100644 >> --- a/Documentation/config/extensions.txt >> +++ b/Documentation/config/extensions.txt >> @@ -6,3 +6,12 @@ extensions.objectFormat:: >> Note that this setting should only be set by linkgit:git-init[1] or >> linkgit:git-clone[1]. Trying to change it after initialization will not >> work and will produce hard-to-diagnose issues. >> ++ > > I noticed while resolving conflicts with my series, which also edits this > file, that the "+" line above should be removed. That likely munges the > fact that the config entry below should be its own list item, not a > continuation of the previous one. Yup, I noticed them, too, while merging. If I recall correctly, even though using a blank line to separate the list items is semantically more correct, using the plus-alone line produced either identical, or visually indistinguishable, rendering when I tested.