Re: [PATCH 5/6] index-pack: make resolve_delta() assume base data
From: Jeff King <hidden>
Date: 2019-10-17 06:33:50
From: Jeff King <hidden>
Date: 2019-10-17 06:33:50
On Wed, Oct 09, 2019 at 04:44:21PM -0700, Jonathan Tan wrote:
A subsequent commit will make the quantum of work smaller, necessitating more locking. This commit allows resolve_delta() to be called outside the lock.
OK, that makes sense, I think. -Peff