]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/am-abort-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:46 +0000 (13:51 -0700)
commitb809c3d9005cdbf6b193a78a32240b247ee81b36
treed9cf56a8361b09a62cd63f8d26306e19ebab2987
parentb5f309dc7f9b358e8a0dd0c0db0ca2afe3dae973
parentc5ead19ea282a288e01d86536349a4ae4a093e4b
Merge branch 'en/am-abort-fix' into maint

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