Merge branch 'jc/am-3-fallback-regression-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 22:55:15 +0000 (15:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Oct 2015 22:55:15 +0000 (15:55 -0700)
"git am -3" had a small regression where it is aborted in its error
handling codepath when underlying merge-recursive failed in certain
ways, as it assumed that the internal call to merge-recursive will
never die, which is not the case (yet).

* jc/am-3-fallback-regression-fix:
am -3: do not let failed merge from completing the error codepath

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