Re: [PATCH 0/4] fix packed-refs races

2013-05-07 Thread Jeff King
On Mon, May 06, 2013 at 11:40:47PM -0700, Junio C Hamano wrote: > I queued this, and will push the result out on the side of 'pu' > closer to 'next'. Could you double check the conflict resolution? I eyeballed the "--cc" output, as well as the resulting file, and it looks fine to me. > I haven't

Re: [PATCH 0/4] fix packed-refs races

2013-05-06 Thread Junio C Hamano
Thanks. I queued this, and will push the result out on the side of 'pu' closer to 'next'. Could you double check the conflict resolution? I haven't got around to the peel-ref-cleanup yet. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.

[PATCH 0/4] fix packed-refs races

2013-05-06 Thread Jeff King
This fixes the races I brought up in the surrounding thread: http://thread.gmane.org/gmane.comp.version-control.git/223299 The individual races are describe in more detail in each commit, but for reference, here is the complete reproduction recipe (which I posted already in several parts throug