On Tue, Jan 12, 2016 at 08:25:45PM -0500, Eric Sunshine wrote: > On Tue, Jan 12, 2016 at 4:44 PM, Jeff King <peff@xxxxxxxx> wrote: > > Our basic strategy for taking a ref lock is: > > [...] > > If these run simultaneously, we'll see a lot of lock > > contention, but each of the writes will succeed some of the > > time. The reflog may record movements between any of the > > three refs, but we would expect it to provide a consistent > > log: the "from" field of each log entry should be the same > > as the "two" field of the previous one. > > s/two/to/ Whoops. Was tweaking my scripts "one" and "two" to test the race while I wrote up the commit message. :) -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html