diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-24 12:05:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-24 12:05:30 -0700 |
commit | 74b819aa31bbb436d46e03ab6ee1b82fb8da1b93 (patch) | |
tree | 15162b605c9474378aa2b41aa18da1f24f979cea /Documentation/git-fsck.txt | |
parent | c247d76c5419df96db62f6e7c9cf4f672f24a727 (diff) | |
parent | 831e61f80fab2d3f9ba1773e657803dcf8b16432 (diff) | |
download | git-74b819aa31bbb436d46e03ab6ee1b82fb8da1b93.tar.gz git-74b819aa31bbb436d46e03ab6ee1b82fb8da1b93.tar.xz |
Merge branch 'jc/tag-doc' into maint-1.7.11
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 |