doc: fix conjoined maintenance strategies in git-config(1)
Fix conjoined bullet items for the maintenance strategies in git-config(1). Reportedly, asciidoctor renders this document correctly both before and after this patch. asciidoc renders it correctly only _after_ this patch. Signed-off-by: Brigham Campbell <me@brighamcampbell.com> Acked-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>next
parent
3cb9185f65
commit
609ea2363a
|
|
@ -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, the
|
||||
|
|
|
|||
Loading…
Reference in New Issue