Skip to content

Commit a07baf3

Browse files
committed
Merge branch 'js/rebase-recreate-merge'
Docfix. * js/rebase-recreate-merge: rebase docs: fix "gitlink" typo
2 parents d61ddb5 + dbf4721 commit a07baf3

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
@@ -410,7 +410,7 @@ See also INCOMPATIBLE OPTIONS below.
410410
+
411411
By default, or when `no-rebase-cousins` was specified, commits which do not
412412
have `<upstream>` as direct ancestor will keep their original branch point,
413-
i.e. commits that would be excluded by gitlink:git-log[1]'s
413+
i.e. commits that would be excluded by linkgit:git-log[1]'s
414414
`--ancestry-path` option will keep their original ancestry by default. If
415415
the `rebase-cousins` mode is turned on, such commits are instead rebased
416416
onto `<upstream>` (or `<onto>`, if specified).

0 commit comments

Comments
 (0)