]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fsck: document the new `gitattributes` message IDs
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 12 Jan 2023 19:43:31 +0000 (20:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jan 2023 20:03:14 +0000 (12:03 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/fsck-msgids.txt

index 7af76ff99a5e37b8dce74424ebd3cba1daefe132..12eae8a2225a3c4d216fd05c874c1ed2930b5545 100644 (file)
 `fullPathname`::
        (WARN) A path contains the full path starting with "/".
 
+`gitattributesBlob`::
+       (ERROR) A non-blob found at `.gitattributes`.
+
+`gitattributesLarge`::
+       (ERROR) The `.gitattributes` blob is too large.
+
+`gitattributesLineLength`::
+       (ERROR) The `.gitattributes` blob contains too long lines.
+
+`gitattributesMissing`::
+       (ERROR) Unable to read `.gitattributes` blob.
+
 `gitattributesSymlink`::
        (INFO) `.gitattributes` is a symlink.