]> git.ipfire.org Git - thirdparty/git.git/commit
doc: replay: use a nested definition list
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 21 May 2026 18:02:00 +0000 (20:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:42:48 +0000 (09:42 +0900)
commit3a9e72ce320d28b0996b2202bbf9540209c083d4
treef107430e71ec47dcc3d4ce8b54a9a2b96852e688
parent6ab12cb5b5895f39b7f4248acc097fd9ff68867a
doc: replay: use a nested definition list

This bullet list for `--ref-action` introduces a term with a colon.
This is exactly what a definition list is, structurally. Let’s be
sylistically consistent and use the definition list markup construct.

We can reuse the `::` delimiter since we use an open block.
But for consistency use the typical nested definition list
delimiter, namely `;;`.

Also drop the harmless but unneeded indentation.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-replay.adoc