From: Johannes Schindelin Date: Thu, 12 Jan 2023 19:43:31 +0000 (+0100) Subject: fsck: document the new `gitattributes` message IDs X-Git-Tag: v2.39.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6ab91335a16ea889134c74f1b9a2aaa7ff236a7;p=thirdparty%2Fgit.git fsck: document the new `gitattributes` message IDs Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/Documentation/fsck-msgids.txt b/Documentation/fsck-msgids.txt index 7af76ff99a..12eae8a222 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.