Skip to content

Commit 89ca030

Browse files
LemmingAvalanchegitster
authored andcommitted
doc: replay: link section using markup
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5a16beb commit 89ca030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-replay.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the working tree and the index untouched. By default, updates the
1919
relevant references using an atomic transaction (all refs update or
2020
none). Use `--ref-action=print` to avoid automatic ref updates and
2121
instead get update commands that can be piped to `git update-ref --stdin`
22-
(see the OUTPUT section below).
22+
(see the <<output,OUTPUT>> section below).
2323

2424
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
2525

@@ -66,6 +66,7 @@ The default mode can be configured via the `replay.refAction` configuration vari
6666

6767
include::rev-list-options.adoc[]
6868

69+
[[output]]
6970
OUTPUT
7071
------
7172

0 commit comments

Comments
 (0)