From: Junio C Hamano Date: Tue, 3 Apr 2012 22:53:14 +0000 (-0700) Subject: read-cache.c: move code to copy incore to ondisk cache to a helper function X-Git-Tag: v1.7.11-rc0~76^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f136f7bfe816b46ebabf5439f8e55f37097ca353?hp=f136f7bfe816b46ebabf5439f8e55f37097ca353 read-cache.c: move code to copy incore to ondisk cache to a helper function This makes the change in a later patch look less scary. Signed-off-by: Junio C Hamano ---