Re: [PATCH v6 14/42] sequencer.c: use ref transactions for all ref updates

2014-05-15 Thread Jonathan Nieder
Ronnie Sahlberg wrote: > --- a/sequencer.c > +++ b/sequencer.c > @@ -272,23 +272,31 @@ static int error_dirty_index(struct replay_opts *opts) > static int fast_forward_to(const unsigned char *to, const unsigned char > *from, > int unborn, struct replay_opts *opts) > { > -

[PATCH v6 14/42] sequencer.c: use ref transactions for all ref updates

2014-05-01 Thread Ronnie Sahlberg
Change to use ref transactions for all updates to refs. Signed-off-by: Ronnie Sahlberg --- sequencer.c | 24 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/sequencer.c b/sequencer.c index 0a80c58..9282a12 100644 --- a/sequencer.c +++ b/sequencer.c @@ -272