summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2023-01-12 19:43:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-01-16 20:03:14 (GMT)
commitc6ab91335a16ea889134c74f1b9a2aaa7ff236a7 (patch)
tree32e4654083d39a96bccb1fe3164a88363477355c /Documentation
parent01443f01b7c6a3c6ef03268b649b119027743115 (diff)
downloadgit-c6ab91335a16ea889134c74f1b9a2aaa7ff236a7.zip
git-c6ab91335a16ea889134c74f1b9a2aaa7ff236a7.tar.gz
git-c6ab91335a16ea889134c74f1b9a2aaa7ff236a7.tar.bz2
fsck: document the new `gitattributes` message IDs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/fsck-msgids.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/fsck-msgids.txt b/Documentation/fsck-msgids.txt
index 7af76ff..12eae8a 100644
--- a/Documentation/fsck-msgids.txt
+++ b/Documentation/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.