summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-03 07:05:31 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-03 07:05:31 +0000
commit1d90cb06fff9524ece5485f8d716da466af822d7 (patch)
treec8d3e02e22a6f7ba2a13c8bd0adce3c8d089c4e2 /git-fsck.html
parentd526ba9b47b4ea5c29f3e49e8250babef215eb37 (diff)
downloadgit-htmldocs-1d90cb06fff9524ece5485f8d716da466af822d7.tar.gz
Autogenerated HTML docs for v1.5.3-rc0
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-fsck.html b/git-fsck.html
index 051d7cc2f..91af94b7f 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -274,7 +274,7 @@ git-fsck(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
- [--full] [--strict] [--verbose] [&lt;object&gt;*]</div></div>
+ [--full] [--strict] [--verbose] [--lost-found] [&lt;object&gt;*]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -373,6 +373,15 @@ index file and all SHA1 references in .git/refs/* as heads.</p>
Be chatty.
</p>
</dd>
+<dt>
+--lost-found
+</dt>
+<dd>
+<p>
+ Write dangling refs into .git/commit/ or .git/other/, depending
+ on type.
+</p>
+</dd>
</dl>
<p>It tests SHA1 and general object sanity, and it does full tracking of
the resulting reachability and everything else. It prints out any
@@ -510,7 +519,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Jun-2007 09:49:06 UTC
+Last updated 03-Jul-2007 07:03:41 UTC
</div>
</div>
</body>