Skip to content

Commit c6ab913

Browse files
dschogitster
authored andcommitted
fsck: document the new gitattributes message IDs
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 01443f0 commit c6ab913

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/fsck-msgids.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
`fullPathname`::
4747
(WARN) A path contains the full path starting with "/".
4848

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+
4961
`gitattributesSymlink`::
5062
(INFO) `.gitattributes` is a symlink.
5163

0 commit comments

Comments
 (0)