From: Junio C Hamano Date: Tue, 5 Jun 2007 09:01:35 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.2.1-116-g9f308 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58aece1b1c4807951e302e7a2f5da81b9b3db68f;p=git.git Autogenerated HTML docs for v1.5.2.1-116-g9f308 --- diff --git a/git-fsck.html b/git-fsck.html index b469e78d8..f684e8804 100644 --- a/git-fsck.html +++ b/git-fsck.html @@ -274,7 +274,7 @@ git-fsck(1) Manual Page
git-fsck [--tags] [--root] [--unreachable] [--cache] [--no-reflogs] - [--full] [--strict] [<object>*]
+ [--full] [--strict] [--verbose] [<object>*]

DESCRIPTION

@@ -365,6 +365,14 @@ index file and all SHA1 references in .git/refs/* as heads.

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 @@ -502,7 +510,7 @@ GIT_ALTERNATE_OBJECT_DIRECTORIES

diff --git a/git-fsck.txt b/git-fsck.txt index 8c68cf037..ed6413a3c 100644 --- a/git-fsck.txt +++ b/git-fsck.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git-fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs] - [--full] [--strict] [*] + [--full] [--strict] [--verbose] [*] 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