From: Junio C Hamano Date: Sun, 15 May 2011 02:42:10 +0000 (-0700) Subject: sha1_file.c: expose helpers to read loose objects X-Git-Tag: v1.7.7-rc0~115^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f0270efd460e5ee28dca8481181f1ac1ed4111d1?ds=inline;hp=f0270efd460e5ee28dca8481181f1ac1ed4111d1 sha1_file.c: expose helpers to read loose objects Make map_sha1_file(), parse_sha1_header() and unpack_sha1_header() available to the streaming read API by exporting them via cache.h header file. Signed-off-by: Junio C Hamano ---