Skip to content

Commit 47635bf

Browse files
LemmingAvalanchegitster
authored andcommitted
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>
1 parent 0098cee commit 47635bf

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Documentation/config/replay.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ replay.refAction::
33
The value can be:
44
+
55
--
6-
`update`;; Update refs directly using an atomic transaction (default behavior).
6+
////
7+
These use the first sentences from the description list in git-replay(1).
8+
////
9+
`update`;; (default) Update refs directly using an atomic transaction.
710
`print`;; Output update-ref commands for pipeline use.
811
--
912
+

Documentation/git-replay.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +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.
83+
////
84+
Expanded description list compared to 'replay.refAction'.
85+
////
86+
`update`;; (default) Update refs directly using an atomic transaction.
8487
All refs are updated or none are (all-or-nothing behavior).
8588
`print`;; Output update-ref commands for pipeline use. This is the
8689
traditional behavior where output can be piped to `git update-ref --stdin`.

0 commit comments

Comments
 (0)