sha1_file.c: expose helpers to read loose objects
authorJunio C Hamano <gitster@pobox.com>
Sun, 15 May 2011 02:42:10 +0000 (19:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2011 06:16:53 +0000 (23:16 -0700)
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 <gitster@pobox.com>
No differences found