Re: [PATCH 2/3] fetch.c: change s_update_ref to use a ref transaction

2014-04-24 Thread Ronnie Sahlberg
Fixed. Thanks. On Wed, Apr 23, 2014 at 1:12 PM, Eric Sunshine wrote: > On Tue, Apr 22, 2014 at 2:45 PM, Ronnie Sahlberg wrote: >> Change s_update_ref to use a ref transaction for the ref update. >> Signed-off-by: Ronnie Sahlberg >> >> Signed-off-by: Ronnie Sahlberg > > Doubled sign-off. > >> -

Re: [PATCH 2/3] fetch.c: change s_update_ref to use a ref transaction

2014-04-23 Thread Eric Sunshine
On Tue, Apr 22, 2014 at 2:45 PM, Ronnie Sahlberg wrote: > Change s_update_ref to use a ref transaction for the ref update. > Signed-off-by: Ronnie Sahlberg > > Signed-off-by: Ronnie Sahlberg Doubled sign-off. > --- > builtin/fetch.c | 15 +++ > 1 file changed, 7 insertions(+), 8 d

[PATCH 2/3] fetch.c: change s_update_ref to use a ref transaction

2014-04-22 Thread Ronnie Sahlberg
Change s_update_ref to use a ref transaction for the ref update. Signed-off-by: Ronnie Sahlberg Signed-off-by: Ronnie Sahlberg --- builtin/fetch.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/builtin/fetch.c b/builtin/fetch.c index a93c893..5c15584 100644