Merge branch 'en/am-abort-fix'
commit6c84b007c41638814137d296e75446a9b4865fd2
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (23 13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:45 +0000 (23 13:44 -0700)
treeb2cdbc8c83b206d183b21403a862515f2ee6a9a1
parent06a0eeaa25891edb6ef83c1ea62b2feb6e6652ab
parentc5ead19ea282a288e01d86536349a4ae4a093e4b
Merge branch 'en/am-abort-fix'

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
builtin/am.c