Re: [PATCH 3/3] fetch.c: use a single ref transaction for all ref updates

2014-04-24 Thread Ronnie Sahlberg
Fixed, thanks! On Wed, Apr 23, 2014 at 1:17 PM, Eric Sunshine wrote: > On Tue, Apr 22, 2014 at 2:45 PM, Ronnie Sahlberg wrote: >> Change store_updated_refs to use a single ref transaction for all refs that >> are updated during the fetch. This makes the fetch more atomic when update >> failures

Re: [PATCH 3/3] fetch.c: use a single ref transaction for all ref updates

2014-04-23 Thread Eric Sunshine
On Tue, Apr 22, 2014 at 2:45 PM, Ronnie Sahlberg wrote: > Change store_updated_refs to use a single ref transaction for all refs that > are updated during the fetch. This makes the fetch more atomic when update > failures occur. > > Since ref update failures will now no longer occur in the code pa

[PATCH 3/3] fetch.c: use a single ref transaction for all ref updates

2014-04-22 Thread Ronnie Sahlberg
Change store_updated_refs to use a single ref transaction for all refs that are updated during the fetch. This makes the fetch more atomic when update failures occur. Since ref update failures will now no longer occur in the code path for updating a single ref in s_update_ref, we no longer have as