Merge branch 'mv/merge-ff-tristate'
authorJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:34 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:28:34 +0000 (10:28 -0700)
The configuration variable "merge.ff" was cleary a tri-state to
choose one from "favor fast-forward when possible", "always create
a merge even when the history could fast-forward" and "do not
create any merge, only update when the history fast-forwards", but
the command line parser did not implement the usual convention of
"last one wins, and command line overrides the configuration"
correctly.

* mv/merge-ff-tristate:
merge: handle --ff/--no-ff/--ff-only as a tri-state option

1  2 
builtin/merge.c
diff --cc builtin/merge.c
Simple merge