]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
[PATCH] Enhance sha1_file_size() into sha1_object_info()
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Jun 2005 10:34:06 +0000 (03:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 27 Jun 2005 22:27:51 +0000 (15:27 -0700)
commit36e4d74a210ba618e1520f11ce7fc2f8baec5bb8
treebbcd071ad589fe301eb7246ede689f8cd9839080
parentc4584ae3fd7cd595a638a07dfd853e9d2745e930
[PATCH] Enhance sha1_file_size() into sha1_object_info()

This lets us eliminate one use of map_sha1_file() outside
sha1_file.c, to bring us one step closer to the packed GIT.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cache.h
diff.c
pack-objects.c
sha1_file.c