]> git.99rst.org Git - git.git/commit
doc: column: fix blank lines around block delimiters
authorKristoffer Haugsbakk <redacted>
Sun, 1 Jun 2025 11:36:53 +0000 (13:36 +0200)
committerJunio C Hamano <redacted>
Mon, 2 Jun 2025 00:20:16 +0000 (17:20 -0700)
commit23d30ea2008829bbc87a78c55d9c310413f1d971
tree3b16ba2069043f647048afad1b06f715857d4c60
parent7014b55638da979331baf8dc31c4e1d697cf2d67
doc: column: fix blank lines around block delimiters

227c4f33a03 (doc: add a blank line around block delimiters,
2025-03-09) added blank lines around block delimiters as a
defensive measure.  For each block you had to mind the con-
text (like the commit says):

• Top-level: just add blank lines
• Block: use list continuation (+)

But list continuation was used here at the top level, which
results in literal `+` in the output formats.

Acked-by: Jean-Noël Avila <redacted>
Signed-off-by: Kristoffer Haugsbakk <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-column.adoc
git clone https://git.99rst.org/PROJECT