From: Nick Edelen Date: Tue, 9 Jun 2009 23:50:18 +0000 (+0200) Subject: Shift object enumeration out of upload-pack X-Git-Tag: v1.6.5-rc0~113^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f0cea83f631689331fce73b51f22707e897f7939?hp=f0cea83f631689331fce73b51f22707e897f7939 Shift object enumeration out of upload-pack Offload object enumeration in upload-pack to pack-objects, but fall back on internal revision walker for shallow interaction. Aside from architecturally making more sense, this also leaves the door open for pack-objects to employ a revision cache mechanism. Test t5530 updated in order to explicitly check both enumeration methods. Signed-off-by: Nick Edelen Acked-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---