Autogenerated HTML docs for v1.5.2.1-116-g9f308
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Jun 2007 09:01:35 +0000 (09:01 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 5 Jun 2007 09:01:35 +0000 (09:01 +0000)
git-fsck.html
git-fsck.txt

index b469e78d851eb0956d07935ec66b66092d06ed0f..f684e880434f42b07cd02709601924fefefe3dea 100644 (file)
@@ -274,7 +274,7 @@ git-fsck(1) Manual Page
 <div class="sectionbody">\r
 <div class="verseblock">\r
 <div class="content"><em>git-fsck</em> [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]\r
-                 [--full] [--strict] [&lt;object&gt;*]</div></div>\r
+                 [--full] [--strict] [--verbose] [&lt;object&gt;*]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -365,6 +365,14 @@ index file and all SHA1 references in .git/refs/* as heads.</p>
         to check new projects with this flag.\r
 </p>\r
 </dd>\r
+<dt>\r
+--verbose\r
+</dt>\r
+<dd>\r
+<p>\r
+        Be chatty.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>It tests SHA1 and general object sanity, and it does full tracking of\r
 the resulting reachability and everything else. It prints out any\r
@@ -502,7 +510,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 02-Jun-2007 21:09:40 UTC\r
+Last updated 05-Jun-2007 09:01:07 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 8c68cf037259b3abc7ea16952d232b2fb2f07a25..ed6413a3c75625ea63a5ea140ae15b120997c9b4 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 'git-fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
-                [--full] [--strict] [<object>*]
+                [--full] [--strict] [--verbose] [<object>*]
 
 DESCRIPTION
 -----------
@@ -61,6 +61,9 @@ index file and all SHA1 references in .git/refs/* as heads.
        objects that triggers this check, but it is recommended
        to check new projects with this flag.
 
+--verbose::
+       Be chatty.
+
 It tests SHA1 and general object sanity, and it does full tracking of
 the resulting reachability and everything else. It prints out any
 corruption it finds (missing or bad objects), and if you use the