]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-fsck.txt
fsck: document msg-id
[thirdparty/git.git] / Documentation / git-fsck.txt
index 29318ea957ef8fda0aee500d795c6f04fce0cae2..b6a0f8a085ca14060681b6ed1ec812728d6e799f 100644 (file)
@@ -152,6 +152,18 @@ hash mismatch <object>::
        object database value.
        This indicates a serious data integrity problem.
 
+
+FSCK MESSAGES
+-------------
+
+The following lists the types of errors `git fsck` detects and what
+each error means, with their default severity.  The severity of the
+error, other than those that are marked as "(FATAL)", can be tweaked
+by setting the corresponding `fsck.<msg-id>` configuration variable.
+
+include::fsck-msgids.txt[]
+
+
 Environment Variables
 ---------------------