From f412d72c1963c2dc1cbfb4170680bdcefdd7bd5c Mon Sep 17 00:00:00 2001 From: Yehezkel Bernat Date: Sun, 14 Apr 2024 22:08:02 +0000 Subject: 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 Acked-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- Documentation/git-replay.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 can be passed, but in `--advance ` mode, they should have a single tip, so that it's clear where 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[] -- cgit 1.2.3-korg