diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-22 11:52:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-22 11:52:55 -0700 |
commit | 7e0c2036b46ee6eef295a7e6dcb3775e874aa780 (patch) | |
tree | 85fba066428c09f13972f220dd5cad0f3487305a /Documentation/git-fsck.txt | |
parent | 92cdcc528402c4dc76a9facf3eb182cd9d659eb4 (diff) | |
parent | 831e61f80fab2d3f9ba1773e657803dcf8b16432 (diff) | |
download | git-7e0c2036b46ee6eef295a7e6dcb3775e874aa780.tar.gz git-7e0c2036b46ee6eef295a7e6dcb3775e874aa780.tar.xz |
Merge branch 'jc/tag-doc'
Our documentation used to assume having files in .git/refs/*
directories was the only to have branches and tags, but that is not
true for quite some time.
* jc/tag-doc:
Documentation: do not mention .git/refs/* directories
Diffstat (limited to 'Documentation/git-fsck.txt')
-rw-r--r-- | Documentation/git-fsck.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index bbb25da2d..da348fc94 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -23,8 +23,8 @@ OPTIONS An object to treat as the head of an unreachability trace. + If no objects are given, 'git fsck' defaults to using the -index file, all SHA1 references in .git/refs/*, and all reflogs (unless ---no-reflogs is given) as heads. +index file, all SHA1 references in `refs` namespace, and all reflogs +(unless --no-reflogs is given) as heads. --unreachable:: Print out objects that exist but that aren't reachable from any |