git-merge: minor fix for no_trivial_merge_strategies.
commitde6f0def506935811384a39fb0660095f5555e68
authorJunio C Hamano <junkio@cox.net>
Fri, 16 Feb 2007 23:08:25 +0000 (16 15:08 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 16 Feb 2007 23:08:25 +0000 (16 15:08 -0800)
treeb4772235b86b378bcf6f8528816a561fc971291b
parentefa13f7b7ea1605deab3a6478fa0d0706c828170
git-merge: minor fix for no_trivial_merge_strategies.

The shell loop to determine if we should skip the trivial
in-index merge stage based on what strategy is given was not
prepared to have more than one strategy listed in the variable
$no_trivial_merge_strategies.

This does not trigger unless you use a modified git but the fix
is simple and straightforward, so let's fix it before 1.5.0.1.

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