commit | 9a217f2a725b085982e57b2a900d46128713cb27 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Tue Jun 28 14:56:57 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue Jun 28 15:16:25 2005 -0700 |
tree | 7a8e6944274ba9653b56e523aa6c5b185e46f051 | |
parent | d22b9290ab6de119d03154844910ae5d963b5f1f [diff] |
[PATCH] Expose packed_git and alt_odb. The commands git-fsck-cache and probably git-*-pull needs to have a way to enumerate objects contained in packed GIT archives and alternate object pools. This commit exposes the data structure used to keep track of them from sha1_file.c, and adds a couple of accessor interface functions for use by the enhanced git-fsck-cache command. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>