X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-fsck-objects.txt;h=bab1f6080c462cc32ff85551fef3d925fa88ef16;hb=27dedf0c3b78d1072fb5449149421284f9e5297b;hp=5dc9dbdd78af931e7c0a69d2b2425287e0614687;hpb=29504118f8528f658fd0bfc02d8d78d4c01dc2cc;p=git.git diff --git a/Documentation/git-fsck-objects.txt b/Documentation/git-fsck-objects.txt index 5dc9dbdd..bab1f608 100644 --- a/Documentation/git-fsck-objects.txt +++ b/Documentation/git-fsck-objects.txt @@ -33,7 +33,7 @@ index file and all SHA1 references in .git/refs/* as heads. Report tags. --cache:: - Consider any object recorded in the cache also as a head node for + Consider any object recorded in the index also as a head node for an unreachability trace. --standalone:: @@ -68,7 +68,7 @@ that aren't readable from any of the specified head nodes. So for example - git-fsck-objects --unreachable $(cat .git/HEAD .git/refs/heads/*) + git-fsck-objects --unreachable HEAD $(cat .git/refs/heads/*) will do quite a _lot_ of verification on the tree. There are a few extra validity tests to be added (make sure that tree objects are @@ -125,7 +125,7 @@ GIT_OBJECT_DIRECTORY:: used to specify the object database root (usually $GIT_DIR/objects) GIT_INDEX_FILE:: - used to specify the index file of the cache + used to specify the index file of the index GIT_ALTERNATE_OBJECT_DIRECTORIES:: used to specify additional object database roots (usually unset)