X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fsck.txt;h=bbb25da2dd601cd9ddcdbeae525c82a08fbfde4a;hb=86c340e08287c0faad8871207787e5819f22a7d5;hp=6c47395ad2d22f54ed76dda914efbc28b0dca083;hpb=0e20414f106e22fb13aa4d00201dbeb7422b83fb;p=git.git diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 6c47395ad..bbb25da2d 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -11,7 +11,7 @@ SYNOPSIS [verse] 'git fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs] [--[no-]full] [--strict] [--verbose] [--lost-found] - [--[no-]progress] [*] + [--[no-]dangling] [--[no-]progress] [*] DESCRIPTION ----------- @@ -30,6 +30,11 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless Print out objects that exist but that aren't reachable from any of the reference nodes. +--dangling:: +--no-dangling:: + Print objects that exist but that are never 'directly' used (default). + `--no-dangling` can be used to omit this information from the output. + --root:: Report root nodes.