summaryrefslogtreecommitdiffstats
path: root/fsck-msgids.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fsck-msgids.txt')
-rw-r--r--fsck-msgids.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/fsck-msgids.txt b/fsck-msgids.txt
index 7af76ff99..12eae8a22 100644
--- a/fsck-msgids.txt
+++ b/fsck-msgids.txt
@@ -46,6 +46,18 @@
`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.