]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: replay: move “default” to the right-hand-side
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 21 May 2026 18:02:01 +0000 (20:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:42:48 +0000 (09:42 +0900)
This is now a definition 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.

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

index b4fe43ec687859e4043e449dd882b6dd2770c34c..39ecc2e187696f5eee0b16115ccc0c5baed31aee 100644 (file)
@@ -80,7 +80,7 @@ incompatible with `--contained` (which is a modifier for `--onto` only).
        Control how references are updated. The mode can be:
 +
 --
-`update` (default);; Update refs directly using an atomic transaction.
+`update`;; (default) Update refs directly using an atomic transaction.
        All refs are updated or none are (all-or-nothing behavior).
 `print`;; Output update-ref commands for pipeline use. This is the
        traditional behavior where output can be piped to `git update-ref --stdin`.