]> Kevux Git Server - rit/commit
doc: config: terminate runaway lists
authorTuomas Ahola <taahol@utu.fi>
Thu, 11 Jun 2026 16:19:44 +0000 (19:19 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jun 2026 19:08:17 +0000 (12:08 -0700)
commit3eb61fda62191dc12c2a215a3775bdab2ca7f1a6
treee1361a4ef4393bd723486f6b333a32bdf9b84de6
parent29bd7ed5127255713c1ac2f43b7c6f257d7b4594
doc: config: terminate runaway lists

There are many places in git-config(1) where paragraphs that should
logically come after a list are instead appended to the last item of
the list.  This is a well-documented quirk of AsciiDoc, and can be
mitigated by enclosing the list in an open block:

--
* first item
* last item
--
+
New paragraph after the list.

Fix the issue accordingly.

Signed-off-by: Tuomas Ahola <taahol@utu.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.adoc
Documentation/config/promisor.adoc
Documentation/config/safe.adoc
Documentation/git-config.adoc