Add pretend_sha1_file() interface.
commitd66b37bb19ff7a347ba4ccbcdc11b00772518b57
authorJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 05:42:38 +0000 (4 21:42 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Feb 2007 22:55:11 +0000 (5 14:55 -0800)
treea440601e5e84019b12d4f2b82fe698d93783e361
parent1cfe77333f274c9ba9879c2eb61057a790eb050f
Add pretend_sha1_file() interface.

The new interface allows an application to temporarily hash a
small number of objects and pretend that they are available in
the object store without actually writing them.

Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
sha1_file.c