]> git.ipfire.org Git - thirdparty/git.git/commit
doc: replay: move “default” to the right-hand side
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 30 Jul 2026 09:57:16 +0000 (11:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2026 16:15:04 +0000 (09:15 -0700)
commit48c0549f5c8b65acc4de91f2233e62b3fc43a644
tree47eae27b935181fcc1af00ef327c1ebf65577cae
parentdafab0588fd53b3648d66d9add1d6807c89a79ca
doc: replay: move “default” to the right-hand side

This is now a description list (see previous commit) and parentheticals
like this do not go on the left-hand side. Moving it to the other side
makes it stand out just as much and is also more consistent with the
rest of the documentation.

Let’s also do the same for the `replay.refAction` description list.
That makes the two desc. lists identical in the first sentence. Let’s
add a comment about that for future editors.

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