Re: [PATCH v3 11/19] tag.c: use ref transactions when doing updates

2014-04-28 Thread Ronnie Sahlberg
Done. Thanks. On Fri, Apr 25, 2014 at 3:58 PM, Michael Haggerty wrote: > On 04/25/2014 06:14 PM, Ronnie Sahlberg wrote: >> Change tag.c to use ref transactions for all ref updates. >> >> Signed-off-by: Ronnie Sahlberg >> --- >> builtin/tag.c | 14 -- >> 1 file changed, 8 insertions

Re: [PATCH v3 11/19] tag.c: use ref transactions when doing updates

2014-04-25 Thread Michael Haggerty
On 04/25/2014 06:14 PM, Ronnie Sahlberg wrote: > Change tag.c to use ref transactions for all ref updates. > > Signed-off-by: Ronnie Sahlberg > --- > builtin/tag.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) > > diff --git a/builtin/tag.c b/builtin/tag.c > index 40356

[PATCH v3 11/19] tag.c: use ref transactions when doing updates

2014-04-25 Thread Ronnie Sahlberg
Change tag.c to use ref transactions for all ref updates. Signed-off-by: Ronnie Sahlberg --- builtin/tag.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/builtin/tag.c b/builtin/tag.c index 40356e3..dd53fb4 100644 --- a/builtin/tag.c +++ b/builtin/tag.c @@ -48