aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYehezkel Bernat <yehezkelshb@gmail.com>2024-04-14 22:08:02 +0000
committerJunio C Hamano <gitster@pobox.com>2024-04-15 11:02:43 -0700
commitf412d72c1963c2dc1cbfb4170680bdcefdd7bd5c (patch)
tree7437376ed2af1380b8002b9a2319134765fbcf3b
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0 (diff)
downloadgit-f412d72c1963c2dc1cbfb4170680bdcefdd7bd5c.tar.gz
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 <YehezkelShB@gmail.com> Acked-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-replay.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-replay.txt b/Documentation/git-replay.txt
index f6c269c62d..8f3300c683 100644
--- a/Documentation/git-replay.txt
+++ b/Documentation/git-replay.txt
@@ -46,7 +46,7 @@ the new commits (in other words, this mimics a cherry-pick operation).
Range of commits to replay. More than one <revision-range> can
be passed, but in `--advance <branch>` mode, they should have
a single tip, so that it's clear where <branch> should point
- to. See "Specifying Ranges" in linkgit:git-rev-parse and the
+ to. See "Specifying Ranges" in linkgit:git-rev-parse[1] and the
"Commit Limiting" options below.
include::rev-list-options.txt[]