Skip to content

Commit f412d72

Browse files
YehezkelShBgitster
authored andcommitted
Documentation: fix linkgit reference
In git-replay documentation, linkgit to git-rev-parse is missing the man section, which breaks its rendering. Add section number as done in other references to this command. Signed-off-by: Yehezkel Bernat <[email protected]> Acked-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3c2a3fd commit f412d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-replay.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ the new commits (in other words, this mimics a cherry-pick operation).
4646
Range of commits to replay. More than one <revision-range> can
4747
be passed, but in `--advance <branch>` mode, they should have
4848
a single tip, so that it's clear where <branch> should point
49-
to. See "Specifying Ranges" in linkgit:git-rev-parse and the
49+
to. See "Specifying Ranges" in linkgit:git-rev-parse[1] and the
5050
"Commit Limiting" options below.
5151

5252
include::rev-list-options.txt[]

0 commit comments

Comments
 (0)