Re: [PATCH v5 13/15] Reftable support for git-core
From: Ævar Arnfjörð Bjarmason <hidden>
Date: 2021-03-23 12:21:44
On Tue, Mar 23 2021, Derrick Stolee wrote:
On 3/12/2021 3:19 PM, Han-Wen Nienhuys via GitGitGadget wrote:quoted
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.
I haven't tested this patch, but just a plug for the very useful Documentation/doc-diff for discovering any such formatting errors when making non-trivial doc changes.