]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: replay: link section using markup
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sat, 13 Dec 2025 13:46:58 +0000 (14:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Dec 2025 06:56:02 +0000 (15:56 +0900)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-replay.adoc

index 1e2469b90341e2569c3a18261cdf360488a9b46c..22fd1b271afa350923a78091bc19d16eefbb1673 100644 (file)
@@ -19,7 +19,7 @@ the working tree and the index untouched. By default, updates the
 relevant references using an atomic transaction (all refs update or
 none). Use `--ref-action=print` to avoid automatic ref updates and
 instead get update commands that can be piped to `git update-ref --stdin`
-(see the OUTPUT section below).
+(see the <<output,OUTPUT>> section below).
 
 THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
 
@@ -67,6 +67,7 @@ The default mode can be configured via the `replay.refAction` configuration vari
 
 include::rev-list-options.adoc[]
 
+[[output]]
 OUTPUT
 ------