Re: [PATCH v4 12/27] replace.c: use the ref transaction functions for updates

2014-04-29 Thread Eric Sunshine
On Tue, Apr 29, 2014 at 12:18 PM, Ronnie Sahlberg wrote: > On Mon, Apr 28, 2014 at 5:44 PM, Eric Sunshine > wrote: >> On Mon, Apr 28, 2014 at 6:54 PM, Ronnie Sahlberg wrote: >>> Update replace.c to use ref transactions for updates. >>> >>> Signed-off-by: Ronnie Sahlberg >>> --- >>> builtin/re

Re: [PATCH v4 12/27] replace.c: use the ref transaction functions for updates

2014-04-29 Thread Ronnie Sahlberg
On Mon, Apr 28, 2014 at 5:44 PM, Eric Sunshine wrote: > On Mon, Apr 28, 2014 at 6:54 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 de

Re: [PATCH v4 12/27] replace.c: use the ref transaction functions for updates

2014-04-28 Thread Eric Sunshine
On Mon, Apr 28, 2014 at 6:54 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

[PATCH v4 12/27] replace.c: use the ref transaction functions for updates

2014-04-28 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 b62420a..b037b29 100644 --- a/builtin/replace.c +++ b/builtin/