[PATCH v8 16/44] sequencer.c: use ref transactions for all ref updates

2014-05-15 Thread Ronnie Sahlberg
Change to use ref transactions for all updates to refs. Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- 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 +++

Re: [PATCH v8 16/44] 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 fast_forward_to(const unsigned char *to, const unsigned char *from, [...] + error(_(HEAD: Could not fast-forward: %s\n), err.buf); As with 'git commit', since err.buf already mentions