Re: [PATCH v6 14/45] builtin-am: implement --abort

2015-07-31 Thread Stefan Beller
On Sun, Jul 19, 2015 at 9:10 AM, Paul Tan wrote: > Since 3e5057a (git am --abort, 2008-07-16), git-am supported the --abort > option that will rewind HEAD back to the original commit. Re-implement > this through am_abort(). > > Since 7b3b7e3 (am --abort: keep unrelated commits since the last failu

[PATCH v6 14/45] builtin-am: implement --abort

2015-07-19 Thread Paul Tan
Since 3e5057a (git am --abort, 2008-07-16), git-am supported the --abort option that will rewind HEAD back to the original commit. Re-implement this through am_abort(). Since 7b3b7e3 (am --abort: keep unrelated commits since the last failure and warn, 2010-12-21), to prevent commits made since the