]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/am-abort-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (13:44 -0700)
When "git am --abort" fails to abort correctly, it still exited
with exit status of 0, which has been corrected.

* en/am-abort-fix:
  am: fix incorrect exit status on am fail to abort
  t4151: add a few am --abort tests
  git-am.txt: clarify --abort behavior

1  2 
builtin/am.c

diff --cc builtin/am.c
Simple merge