Re: [PATCH v3 17/19] refs.c: change update_ref to use a transaction

2014-04-28 Thread Ronnie Sahlberg
Thanks. On Fri, Apr 25, 2014 at 4:28 PM, Michael Haggerty mhag...@alum.mit.edu wrote: On 04/25/2014 06:14 PM, Ronnie Sahlberg wrote: Change the update_ref helper function to use a ref transaction internally. Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- refs.c | 23

Re: [PATCH v3 17/19] refs.c: change update_ref to use a transaction

2014-04-25 Thread Michael Haggerty
On 04/25/2014 06:14 PM, Ronnie Sahlberg wrote: Change the update_ref helper function to use a ref transaction internally. Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- refs.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/refs.c