builtin-am: implement --skip
commit9990080c9db0e4cb1dc0f981d85983edbf2a6f68
authorPaul Tan <pyokagan@gmail.com>
Tue, 4 Aug 2015 13:51:34 +0000 (4 21:51 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2015 05:02:11 +0000 (4 22:02 -0700)
treee8caf0267315414f5395c0935dda7073f36425fe
parent8c7b1563eeb2dd42eef0c5ab1a65b7a93300908c
builtin-am: implement --skip

Since d1c5f2a (Add git-am, applymbox replacement., 2005-10-07), git-am
supported resuming from a failed patch application by skipping the
current patch. Re-implement this feature by introducing am_skip().

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