Revert "git-am: add am.threeWay config variable"
commit15dc5b5fb049bdf7abdbc610a5dec040c4d499bd
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 17:55:24 +0000 (24 10:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Jul 2015 17:55:24 +0000 (24 10:55 -0700)
treec787e85448802c968c62cd1b99f162174cb86c17
parentf99a38c0121456822f8a9dfb7928eefceaa98201
Revert "git-am: add am.threeWay config variable"

This reverts commit d96a275b91bae1800cd43be0651e886e7e042a17.

It used to be possible to apply a patch series with "git am mbox"
and then only after seeing a failure, switch to three-way mode via
"git am -3" (no other options or arguments).  The commit being
reverted broke this workflow.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-am.txt
git-am.sh
t/t4150-am.sh