summaryrefslogtreecommitdiffstats
path: root/git-fsck.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-17 09:01:37 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-17 09:01:37 -0800
commitf3537485ce51b617a09d99c17ef9b6cd378ece6d (patch)
treeafca1475e1b3099b66251b33488459b7d04f4649 /git-fsck.html
parentd2309374057e387bf3b3f77ed51de90c6f1af162 (diff)
downloadgit-htmldocs-f3537485ce51b617a09d99c17ef9b6cd378ece6d.tar.gz
Autogenerated HTML docs for v2.39.1-231-ga7caae
Diffstat (limited to 'git-fsck.html')
-rw-r--r--git-fsck.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/git-fsck.html b/git-fsck.html
index b6bcbcf57..51f80dba4 100644
--- a/git-fsck.html
+++ b/git-fsck.html
@@ -1203,6 +1203,38 @@ by setting the corresponding <code>fsck.&lt;msg-id&gt;</code> configuration vari
</p>
</dd>
<dt class="hdlist1">
+<code>gitattributesBlob</code>
+</dt>
+<dd>
+<p>
+ (ERROR) A non-blob found at <code>.gitattributes</code>.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>gitattributesLarge</code>
+</dt>
+<dd>
+<p>
+ (ERROR) The <code>.gitattributes</code> blob is too large.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>gitattributesLineLength</code>
+</dt>
+<dd>
+<p>
+ (ERROR) The <code>.gitattributes</code> blob contains too long lines.
+</p>
+</dd>
+<dt class="hdlist1">
+<code>gitattributesMissing</code>
+</dt>
+<dd>
+<p>
+ (ERROR) Unable to read <code>.gitattributes</code> blob.
+</p>
+</dd>
+<dt class="hdlist1">
<code>gitattributesSymlink</code>
</dt>
<dd>