]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'yb/replay-doc-linkfix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:38 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Apr 2024 18:52:38 +0000 (11:52 -0700)
Docfix.

* yb/replay-doc-linkfix:
  Documentation: fix linkgit reference

Documentation/git-replay.txt

index f6c269c62d56f352d315784a92e35d7ee96d494e..8f3300c683a7bf8ee34792eab1732dc21cec991a 100644 (file)
@@ -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[]