We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitattributes
1 parent 01443f0 commit c6ab913Copy full SHA for c6ab913
Documentation/fsck-msgids.txt
@@ -46,6 +46,18 @@
46
`fullPathname`::
47
(WARN) A path contains the full path starting with "/".
48
49
+`gitattributesBlob`::
50
+ (ERROR) A non-blob found at `.gitattributes`.
51
+
52
+`gitattributesLarge`::
53
+ (ERROR) The `.gitattributes` blob is too large.
54
55
+`gitattributesLineLength`::
56
+ (ERROR) The `.gitattributes` blob contains too long lines.
57
58
+`gitattributesMissing`::
59
+ (ERROR) Unable to read `.gitattributes` blob.
60
61
`gitattributesSymlink`::
62
(INFO) `.gitattributes` is a symlink.
63
0 commit comments