t4150: am with post-applypatch hook
commit3ef4446bf23f7c7ecafb275f833b155608484146
authorPaul Tan <pyokagan@gmail.com>
Sun, 19 Jul 2015 15:49:15 +0000 (19 23:49 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Jul 2015 17:52:28 +0000 (20 10:52 -0700)
tree98f35d2eb9f8596e0b83d54a86e0e90ecf788b08
parent3bc6686b8687e3aa0331b37464ce25b609c3ec88
t4150: am with post-applypatch hook

Since d1c5f2a (Add git-am, applymbox replacement., 2005-10-07),
git-am.sh will invoke the post-applypatch hook after the patch is
applied and a commit is made. The exit code of the hook is ignored.

Add tests for this hook.

Helped-by: Junio C Hamano <gitster@pobox.com>
Reviewed-by: Stefan Beller <sbeller@google.com>
Reviewed-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4150-am.sh