From 9aacedffe2636b5d00e73f499caf521aac151e9e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 5 Jun 2007 09:01:38 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2.1-116-g9f308 --- man1/git-fsck.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man1/git-fsck.1 b/man1/git-fsck.1 index 8f8d9a3f9..81bb25619 100644 --- a/man1/git-fsck.1 +++ b/man1/git-fsck.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-FSCK" "1" "06/02/2007" "Git 1.5.2.167.g4bc70" "Git Manual" +.TH "GIT\-FSCK" "1" "06/05/2007" "Git 1.5.2.1.116.g9f308" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -13,7 +13,7 @@ git\-fsck \- Verifies the connectivity and validity of the objects in the databa .sp .nf \fIgit\-fsck\fR [\-\-tags] [\-\-root] [\-\-unreachable] [\-\-cache] [\-\-no\-reflogs] - [\-\-full] [\-\-strict] [*] + [\-\-full] [\-\-strict] [\-\-verbose] [*] .fi .SH "DESCRIPTION" Verifies the connectivity and validity of the objects in the database. @@ -44,6 +44,9 @@ Check not just objects in GIT_OBJECT_DIRECTORY ($GIT_DIR/objects), but also the .TP \-\-strict Enable more strict checking, namely to catch a file mode recorded with g+w bit set, which was created by older versions of git. Existing repositories, including the Linux kernel, git itself, and sparse repository have old objects that triggers this check, but it is recommended to check new projects with this flag. +.TP +\-\-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 \fI\-\-unreachable\fR flag it will also print out objects that exist but that aren't readable from any of the specified head nodes. -- 2.26.2