summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
committerJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
commit81d540a73a86a44d48b7d05d8f0dd25964499181 (patch)
tree83ea92ce212c58bb49a00e03ddd74f671b84bc49 /git-fsck.txt
parent90a5b7b5da0a41417934a3b1e28330ff00de4a84 (diff)
downloadgit-htmldocs-81d540a73a86a44d48b7d05d8f0dd25964499181.tar.gz
Autogenerated HTML docs for v1.7.9.2-358-g22243
Diffstat (limited to 'git-fsck.txt')
-rw-r--r--git-fsck.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-fsck.txt b/git-fsck.txt
index 6c47395ad..47e2f1921 100644
--- a/git-fsck.txt
+++ b/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] [<object>*]
+ [--[no-]dangling] [--[no-]progress] [<object>*]
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 squech this information from the output.
+
--root::
Report root nodes.