Re: [PATCH v10 14/44] replace.c: use the ref transaction functions for updates

2014-05-19 Thread Ronnie Sahlberg
I have moved the patch to add an err argument to this branch and update all patches that adds calls to ref_Transaction_begin to the new signature. Please see https://github.com/rsahlberg/git/tree/ref-transactions Thanks! On Sat, May 17, 2014 at 6:14 AM, Michael Haggerty wrote: > On 05/16/2014

Re: [PATCH v10 14/44] replace.c: use the ref transaction functions for updates

2014-05-17 Thread Michael Haggerty
On 05/16/2014 07:37 PM, Ronnie Sahlberg wrote: > Update replace.c to use ref transactions for updates. > > Signed-off-by: Ronnie Sahlberg > --- > builtin/replace.c | 14 -- > 1 file changed, 8 insertions(+), 6 deletions(-) > > diff --git a/builtin/replace.c b/builtin/replace.c > ind

[PATCH v10 14/44] replace.c: use the ref transaction functions for updates

2014-05-16 Thread Ronnie Sahlberg
Update replace.c to use ref transactions for updates. Signed-off-by: Ronnie Sahlberg --- builtin/replace.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/builtin/replace.c b/builtin/replace.c index 3da1bae..e8932cd 100644 --- a/builtin/replace.c +++ b/builtin/