]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: replay: mention no output on conflicts
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sat, 13 Dec 2025 13:46:56 +0000 (14:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Dec 2025 06:56:01 +0000 (15:56 +0900)
Some commands will produce output on stderr if there are conflicts, but
git-replay(1) is completely silent. Explicitly spell that out.

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

index dcb26e8a8e88cac30fb04293c8b941b80ef2acc2..6fbb527b9d87b9ab9c98b7e3aae867c65beeb8a0 100644 (file)
@@ -81,6 +81,10 @@ the shape of the history being replayed.  When using `--advance`, the
 number of refs updated is always one, but for `--onto`, it can be one
 or more (rebasing multiple branches simultaneously is supported).
 
+There is no stderr output on conflicts; see the <<exit-status,EXIT
+STATUS>> section below.
+
+[[exit-status]]
 EXIT STATUS
 -----------