Skip to content

Commit edea184

Browse files
committed
Merge branch 'jc/am-3-show-corrupted-patch'
* jc/am-3-show-corrupted-patch: am -3: recover the diagnostic messages for corrupt patches
2 parents a660534 + 0ba17dd commit edea184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-am.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ do
740740
;;
741741
esac
742742

743-
if test $apply_status = 1 && test "$threeway" = t
743+
if test $apply_status != 0 && test "$threeway" = t
744744
then
745745
if (fall_back_3way)
746746
then

0 commit comments

Comments
 (0)