summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
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.html
parent90a5b7b5da0a41417934a3b1e28330ff00de4a84 (diff)
downloadgit-htmldocs-81d540a73a86a44d48b7d05d8f0dd25964499181.tar.gz
Autogenerated HTML docs for v1.7.9.2-358-g22243
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-fsck.html b/git-fsck.html
index 5b1a135db..a78a3bdd3 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -585,7 +585,7 @@ git-fsck(1) Manual Page
<div class="verseblock">
<div class="verseblock-content"><em>git fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
[--[no-]full] [--strict] [--verbose] [--lost-found]
- [--[no-]progress] [&lt;object&gt;*]</div>
+ [--[no-]dangling] [--[no-]progress] [&lt;object&gt;*]</div>
<div class="verseblock-attribution">
</div></div>
</div>
@@ -617,6 +617,18 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless
</p>
</dd>
<dt class="hdlist1">
+--dangling
+</dt>
+<dt class="hdlist1">
+--no-dangling
+</dt>
+<dd>
+<p>
+ Print objects that exist but that are never <em>directly</em> used (default).
+ <tt>--no-dangling</tt> can be used to squech this information from the output.
+</p>
+</dd>
+<dt class="hdlist1">
--root
</dt>
<dd>
@@ -829,7 +841,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-12-22 12:21:20 PDT
+Last updated 2012-03-02 11:52:01 PDT
</div>
</div>
</body>