rebase docs: fix "gitlink" typo
Change it to "linkgit" so that the reference is properly rendered. Signed-off-by: Kyle Meyer <kyle@kyleam.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kyle Meyer committed
Feb 27, 2019 at 21:43 UTC
dbf47215e32b9789113e004ae835dcff2e5e52e1
1 file changed
+1
-1
Documentation/git-rebase.txt
+1
-1
@@ -391,7 +391,7 @@ have the long commit hash prepended to the format.
391
+
392
By default, or when `no-rebase-cousins` was specified, commits which do not
393
have `<upstream>` as direct ancestor will keep their original branch point,
394
-i.e. commits that would be excluded by gitlink:git-log[1]'s
394
+i.e. commits that would be excluded by linkgit:git-log[1]'s
395
`--ancestry-path` option will keep their original ancestry by default. If
396
the `rebase-cousins` mode is turned on, such commits are instead rebased
397
onto `<upstream>` (or `<onto>`, if specified).