]> git.99rst.org Git - git.git/commitdiff
fsck: document the new `gitattributes` message IDs
authorJohannes Schindelin <redacted>
Thu, 12 Jan 2023 19:43:31 +0000 (20:43 +0100)
committerJunio C Hamano <redacted>
Mon, 16 Jan 2023 20:03:14 +0000 (12:03 -0800)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
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.
 
git clone https://git.99rst.org/PROJECT