]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
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)
commitf0270efd460e5ee28dca8481181f1ac1ed4111d1
treeb6177f3cddaf086d97645c4a8c607a333234f108
parent7ef2d9a2604b0cd554e59f948f2c879b3708dfa5
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 <gitster@pobox.com>
cache.h
sha1_file.c