summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:26 (GMT)
commita07baf33e37ddeb82778e572aea2d506d970b5ab (patch)
treee633e99b0fac05d0b96c9261a9cd84d65738b8f9 /Documentation
parentd61ddb5189a31868ba409d95e4aa3bc0f7f56e95 (diff)
parentdbf47215e32b9789113e004ae835dcff2e5e52e1 (diff)
downloadgit-a07baf33e37ddeb82778e572aea2d506d970b5ab.zip
git-a07baf33e37ddeb82778e572aea2d506d970b5ab.tar.gz
git-a07baf33e37ddeb82778e572aea2d506d970b5ab.tar.bz2
Merge branch 'js/rebase-recreate-merge'
Docfix. * js/rebase-recreate-merge: rebase docs: fix "gitlink" typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 5629ba4..6363d67 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -410,7 +410,7 @@ See also INCOMPATIBLE OPTIONS below.
+
By default, or when `no-rebase-cousins` was specified, commits which do not
have `<upstream>` 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 `<upstream>` (or `<onto>`, if specified).