builtin-am: invoke pre-applypatch hook
commit6c24c5c0a5f761f698f61a7a2c84d26a3589ef6b
authorPaul Tan <pyokagan@gmail.com>
Tue, 4 Aug 2015 13:51:57 +0000 (4 21:51 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2015 05:02:11 +0000 (4 22:02 -0700)
tree119d8e6bb842508c8c56a10c90c6511d44891f14
parentb8803d8f8c987b9867385a033aab71a7cb967553
builtin-am: invoke pre-applypatch hook

Since d1c5f2a (Add git-am, applymbox replacement., 2005-10-07),
git-am.sg will invoke the pre-applypatch hook after applying the patch
to the index, but before a commit is made. Should the hook exit with a
non-zero status, git am will exit.

Re-implement this in builtin/am.c.

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c