Skip to content

Commit 0098cee

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: replay: use a nested description list
This bullet list for `--ref-action` introduces a term with a colon. This is exactly what a description list is, structurally. Let’s be sylistically consistent and use the desc. list markup construct.[1] We can reuse the `::` delimiter since we use an open block. But for consistency use the typical nested description list delimiter, namely `;;`. Also drop the harmless but unneeded indentation. † 1: Same explanation as in the previous commit Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bb75d25 commit 0098cee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/git-replay.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ incompatible with `--contained` (which is a modifier for `--onto` only).
8080
Control how references are updated. The mode can be:
8181
+
8282
--
83-
* `update` (default): Update refs directly using an atomic transaction.
84-
All refs are updated or none are (all-or-nothing behavior).
85-
* `print`: Output update-ref commands for pipeline use. This is the
86-
traditional behavior where output can be piped to `git update-ref --stdin`.
83+
`update` (default);; Update refs directly using an atomic transaction.
84+
All refs are updated or none are (all-or-nothing behavior).
85+
`print`;; Output update-ref commands for pipeline use. This is the
86+
traditional behavior where output can be piped to `git update-ref --stdin`.
8787
--
8888
+
8989
The default mode can be configured via the `replay.refAction` configuration variable.

0 commit comments

Comments
 (0)