From: Kyle Meyer Date: Thu, 28 Feb 2019 02:43:15 +0000 (-0500) Subject: rebase docs: fix "gitlink" typo X-Git-Tag: v2.22.0-rc0~148^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbf47215e32b9789113e004ae835dcff2e5e52e1;p=git rebase docs: fix "gitlink" typo Change it to "linkgit" so that the reference is properly rendered. Signed-off-by: Kyle Meyer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 6fe98165dc..dfca489e69 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -391,7 +391,7 @@ have the long commit hash prepended to the format. + By default, or when `no-rebase-cousins` was specified, commits which do not have `` as direct ancestor will keep their original branch point, -i.e. commits that would be excluded by gitlink:git-log[1]'s +i.e. commits that would be excluded by linkgit:git-log[1]'s `--ancestry-path` option will keep their original ancestry by default. If the `rebase-cousins` mode is turned on, such commits are instead rebased onto `` (or ``, if specified).