Skip to content

Commit

Permalink
Merge branch 'xf/user-manual-ff'
Browse files Browse the repository at this point in the history
* xf/user-manual-ff:
  user-manual: fix the description of fast-forward
  • Loading branch information
Junio C Hamano committed Oct 30, 2015
2 parents 0692a6c + b2af482 commit 7fd4181
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
were merged.

However, if the current branch is a descendant of the other--so every
commit present in the one is already contained in the other--then Git
just performs a "fast-forward"; the head of the current branch is moved
forward to point at the head of the merged-in branch, without any new
commits being created.
However, if the current branch is an ancestor of the other--so every commit
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 forward
to point at the head of the merged-in branch, without any new commits being
created.

[[fixing-mistakes]]
Fixing mistakes
Expand Down

0 comments on commit 7fd4181

Please sign in to comment.