diff options
author | Junio C Hamano <junkio@cox.net> | 2005-06-28 14:58:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-28 15:17:12 -0700 |
commit | 8a498a05c3c6b2f53db669b24f36257ab213eb4c (patch) | |
tree | dc1ac546f61b77b58eee4c9edb7975c3922b7c7a /sha1_file.c | |
parent | 9a217f2a725b085982e57b2a900d46128713cb27 (diff) | |
download | git-8a498a05c3c6b2f53db669b24f36257ab213eb4c.tar.gz |
[PATCH] Update fsck-cache (take 2)
The fsck-cache complains if objects referred to by files in .git/refs/
or objects stored in files under .git/objects/??/ are not found as
stand-alone SHA1 files (i.e. found in alternate object pools
GIT_ALTERNATE_OBJECT_DIRECTORIES or packed archives stored under
.git/objects/pack).
Although this is a good semantics to maintain consistency of a single
.git/objects directory as a self contained set of objects, it sometimes
is useful to consider it is OK as long as these "outside" objects are
available.
This commit introduces a new flag, --standalone, to git-fsck-cache.
When it is not specified, connectivity checks and .git/refs pointer
checks are taught that it is OK when expected objects do not exist under
.git/objects/?? hierarchy but are available from an packed archive or in
an alternate object pool.
Another new flag, --full, makes git-fsck-cache to check not only the
current GIT_OBJECT_DIRECTORY but also objects found in alternate object
pools and packed GIT archives.a
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sha1_file.c')
0 files changed, 0 insertions, 0 deletions