diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-13 00:04:05 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-13 00:04:05 -0800 |
commit | 41ce93bea4a90becb0e4a84c58dc2f78e7a6d19b (patch) | |
tree | d3f26fdc266f076366312b9b5594a6f45ae40252 /Documentation | |
parent | 2e158bee7a33fac33c300f703396ee1ce1ad7a7d (diff) | |
parent | 7aaa715d0abb12067504af08919197a67a68aca7 (diff) | |
download | git-41ce93bea4a90becb0e4a84c58dc2f78e7a6d19b.tar.gz |
Merge branch 'jc/fsck'
* jc/fsck:
fsck-objects: Remove --standalone
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fsck-objects.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/Documentation/git-fsck-objects.txt b/Documentation/git-fsck-objects.txt index 387b435484..93ce9dcc92 100644 --- a/Documentation/git-fsck-objects.txt +++ b/Documentation/git-fsck-objects.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git-fsck-objects' [--tags] [--root] [--unreachable] [--cache] - [--standalone | --full] [--strict] [<object>*] + [--full] [--strict] [<object>*] DESCRIPTION ----------- @@ -38,21 +38,14 @@ index file and all SHA1 references in .git/refs/* as heads. Consider any object recorded in the index also as a head node for an unreachability trace. ---standalone:: - Limit checks to the contents of GIT_OBJECT_DIRECTORY - ($GIT_DIR/objects), making sure that it is consistent and - complete without referring to objects found in alternate - object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES, - nor packed git archives found in $GIT_DIR/objects/pack; - cannot be used with --full. - --full:: Check not just objects in GIT_OBJECT_DIRECTORY ($GIT_DIR/objects), but also the ones found in alternate - object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES, + object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES + or $GIT_DIR/objects/info/alternates, and in packed git archives found in $GIT_DIR/objects/pack and corresponding pack subdirectories in alternate - object pools; cannot be used with --standalone. + object pools. --strict:: Enable more strict checking, namely to catch a file mode |