Re: [PATCH] doc: Make asciidoc bullet items separate
From: Brigham Campbell <hidden>
Date: 2026-09-07 17:10:17
On Mon Sep 7, 2026 at 2:46 AM MDT, Patrick Steinhardt wrote:
Not, probably not worth a reroll: it would have been nice to point out
that this is in git-config(1). E.g. something like this:
doc: fix conjoined maintenance strategies in git-config(1)
Fix conjoined bullet items for the maintennacemaintennace -> maintenance
strategies in
git-config(1).I'll mention git-config(1) in v2 if maintainers request a new revision (though I agree that a patch this simple probably doesn't need a reroll). Otherwise, I invite the committer to make editorial changes to the commit message as they see fit.
quoted
diff --git a/Documentation/config/maintenance.adoc b/Documentation/config/maintenance.adoc index da8be9f812..c778ab09ac 100644 --- a/Documentation/config/maintenance.adoc +++ b/Documentation/config/maintenance.adoc@@ -41,6 +41,7 @@ The possible strategies are: This repacking strategy is a full replacement for the `gc` strategy and is recommended for large repositories. This is the default strategy for manual maintenance. ++ * `incremental`: This setting optimizes for performing small maintenance activities that do not delete any data. This does not schedule the `gc` task, but runs the `prefetch` and `commit-graph` tasks hourly, theAh, indeed. I can confirm that this is misrendered when looking at git-config(1), and with your patch it indeed renders correctly. Thanks for this simple and obvious fix!
Thanks for the review! It's a minor change, but this is my first patch to the git project, so I appreciate your time and expertise. Cheers! -- Brigham Campbell https://brighamcampbell.com