git/Documentation
Junio C Hamano 8a498a05c3 [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>
2005-06-28 15:17:12 -07:00
..
cvs-migration.txt [PATCH] cvs-migration.txt 2005-06-12 20:48:18 -07:00
diff-format.txt [PATCH] Miniscule correction of diff-format.txt 2005-06-08 13:09:01 -07:00
diffcore.txt [PATCH] Rework -B output. 2005-06-19 20:13:18 -07:00
git-apply-patch-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-apply.txt [PATCH] git-apply: documentation. 2005-06-22 10:23:48 -07:00
git-cat-file.txt [PATCH] git-cat-file: '-s' to find out object size. 2005-06-28 08:53:22 -07:00
git-check-files.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-checkout-cache.txt [PATCH] Implement git-checkout-cache -u to update stat information in the cache. 2005-05-19 09:50:57 -07:00
git-commit-tree.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-convert-cache.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-diff-cache.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-diff-files.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-diff-helper.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-diff-stages.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-diff-tree.txt [PATCH] Update diff documentation. 2005-06-19 20:13:18 -07:00
git-export.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-fsck-cache.txt [PATCH] Update fsck-cache (take 2) 2005-06-28 15:17:12 -07:00
git-http-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-init-db.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-local-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-ls-files.txt [PATCH 3/3] Add git-ls-files -k. 2005-05-13 07:34:59 +02:00
git-ls-tree.txt [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" 2005-05-29 11:40:40 -07:00
git-merge-base.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-merge-cache.txt Document git-merge-cache -o 2005-05-11 04:49:36 +02:00
git-merge-one-file-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-mktag.txt [PATCH 3/4] split core-git.txt and update 2005-05-10 15:01:23 -07:00
git-prune-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-pull-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-read-tree.txt [PATCH] read-tree: update documentation for 3-way merge. 2005-06-07 15:13:24 -07:00
git-resolve-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-rev-list.txt [PATCH] Tidy up some rev-list-related stuff 2005-06-08 15:59:09 -07:00
git-rev-tree.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-ssh-pull.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-ssh-push.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
git-tag-script.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-tar-tree.txt [PATCH] git-tar-tree: small doc update 2005-06-02 18:30:08 -07:00
git-unpack-file.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-update-cache.txt [PATCH] Make git-update-cache --force-remove regular 2005-06-05 16:57:23 -07:00
git-write-blob.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git-write-tree.txt [PATCH 1/4] split core-git.txt and update 2005-05-10 14:55:22 -07:00
git.txt [PATCH] Remove "delta" object representation. 2005-06-27 15:27:51 -07:00
Makefile [PATCH] Docs - Makefile update 2005-05-22 11:07:22 -07:00
tutorial.txt Update tutorial a bit for scripted helpers. 2005-06-14 19:00:00 -07:00