summaryrefslogtreecommitdiffstats
path: root/man1/git-fsck.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-fsck.1')
-rw-r--r--man1/git-fsck.133
1 files changed, 30 insertions, 3 deletions
diff --git a/man1/git-fsck.1 b/man1/git-fsck.1
index 856330fe7..bb48cd98b 100644
--- a/man1/git-fsck.1
+++ b/man1/git-fsck.1
@@ -2,12 +2,12 @@
.\" Title: git-fsck
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 01/16/2023
+.\" Date: 01/17/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.0.227.g262c45b6a1
+.\" Source: Git 2.39.1.231.ga7caae2729
.\" Language: English
.\"
-.TH "GIT\-FSCK" "1" "01/16/2023" "Git 2\&.39\&.0\&.227\&.g262c45" "Git Manual"
+.TH "GIT\-FSCK" "1" "01/17/2023" "Git 2\&.39\&.1\&.231\&.ga7caae" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -343,6 +343,33 @@ The following lists the types of errors \fBgit fsck\fR detects and what each err
(WARN) A path contains the full path starting with "/"\&.
.RE
.PP
+\fBgitattributesBlob\fR
+.RS 4
+(ERROR) A non\-blob found at
+\fB\&.gitattributes\fR\&.
+.RE
+.PP
+\fBgitattributesLarge\fR
+.RS 4
+(ERROR) The
+\fB\&.gitattributes\fR
+blob is too large\&.
+.RE
+.PP
+\fBgitattributesLineLength\fR
+.RS 4
+(ERROR) The
+\fB\&.gitattributes\fR
+blob contains too long lines\&.
+.RE
+.PP
+\fBgitattributesMissing\fR
+.RS 4
+(ERROR) Unable to read
+\fB\&.gitattributes\fR
+blob\&.
+.RE
+.PP
\fBgitattributesSymlink\fR
.RS 4
(INFO)