Merge branch 'xf/user-manual-ff' into maint
* xf/user-manual-ff: user-manual: fix the description of fast-forwardmaint
commit
684fea3794
|
@ -1431,11 +1431,11 @@ differently. Normally, a merge results in a merge commit, with two
|
||||||
parents, one pointing at each of the two lines of development that
|
parents, one pointing at each of the two lines of development that
|
||||||
were merged.
|
were merged.
|
||||||
|
|
||||||
However, if the current branch is a descendant of the other--so every
|
However, if the current branch is an ancestor of the other--so every commit
|
||||||
commit present in the one is already contained in the other--then Git
|
present in the current branch is already contained in the other branch--then Git
|
||||||
just performs a "fast-forward"; the head of the current branch is moved
|
just performs a "fast-forward"; the head of the current branch is moved forward
|
||||||
forward to point at the head of the merged-in branch, without any new
|
to point at the head of the merged-in branch, without any new commits being
|
||||||
commits being created.
|
created.
|
||||||
|
|
||||||
[[fixing-mistakes]]
|
[[fixing-mistakes]]
|
||||||
Fixing mistakes
|
Fixing mistakes
|
||||||
|
|
Loading…
Reference in New Issue