Handle really trivial case inside git-merge.
commitf9d72413bcbf33ced45f12e17ef156abd73963f6
authorJunio C Hamano <junkio@cox.net>
Sun, 2 Oct 2005 18:13:44 +0000 (2 11:13 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Oct 2005 18:13:44 +0000 (2 11:13 -0700)
tree86dba3737d5e0b583d7438c927db9e95b632ab68
parent23822a355de674f1d1321ad7e112f0fe40124aca
Handle really trivial case inside git-merge.

Using Linus' --trivial option, this handles really trivial case
inside git-merge itself, without using any strategy modules.

A 'really trivial case' is:

 - we are merging one branch into the current branch;
 - there is only one merge base between the branches;
 - there is no file-level merge required.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge.sh