Re: [PATCH/WIP v2 04/19] am: implement patch queue mechanism

2015-06-15 Thread Paul Tan
On Fri, Jun 12, 2015 at 1:39 AM, Stefan Beller wrote: > On Thu, Jun 11, 2015 at 3:21 AM, Paul Tan wrote: >> Notes: >> v2 >> >> * Declare struct am_state as static >> >> builtin/am.c | 164 >> +++ >> 1 file changed, 164 insertions(+

Re: [PATCH/WIP v2 04/19] am: implement patch queue mechanism

2015-06-11 Thread Stefan Beller
On Thu, Jun 11, 2015 at 3:21 AM, Paul Tan wrote: > git-am applies a series of patches. If the process terminates > abnormally, we want to be able to resume applying the series of patches. > This requires the session state to be saved in a persistent location. > > Implement the mechanism of a "patc

[PATCH/WIP v2 04/19] am: implement patch queue mechanism

2015-06-11 Thread Paul Tan
git-am applies a series of patches. If the process terminates abnormally, we want to be able to resume applying the series of patches. This requires the session state to be saved in a persistent location. Implement the mechanism of a "patch queue", represented by 2 integers -- the index of the cur