Skip to content

Commit dbf4721

Browse files
kyleamgitster
authored andcommitted
rebase docs: fix "gitlink" typo
Change it to "linkgit" so that the reference is properly rendered. Signed-off-by: Kyle Meyer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 81d395c commit dbf4721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rebase.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ have the long commit hash prepended to the format.
391391
+
392392
By default, or when `no-rebase-cousins` was specified, commits which do not
393393
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
395395
`--ancestry-path` option will keep their original ancestry by default. If
396396
the `rebase-cousins` mode is turned on, such commits are instead rebased
397397
onto `<upstream>` (or `<onto>`, if specified).

0 commit comments

Comments
 (0)