提交 53756f29 编写于 作者: J Junio C Hamano

Merge branch 'maint'

* maint:
  git-merge: minor fix for no_trivial_merge_strategies.
......@@ -254,12 +254,15 @@ esac
for s in $use_strategies
do
case " $s " in
*" $no_trivial_merge_strategies "*)
index_merge=f
break
;;
esac
for nt in $no_trivial_merge_strategies
do
case " $s " in
*" $nt "*)
index_merge=f
break
;;
esac
done
done
case "$#" in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册