summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
committerJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
commit979463309733bb608fee0d57c0ba03bdca004d03 (patch)
tree07abf7919d03cba543b6df3fbd451ea7e62bb91f /git-fsck.txt
parentcf9c77377796343e741a25077f837f607513c7bb (diff)
downloadgit-htmldocs-979463309733bb608fee0d57c0ba03bdca004d03.tar.gz
Autogenerated HTML docs for v2.38.1-385-g3b088
Diffstat (limited to 'git-fsck.txt')
-rw-r--r--git-fsck.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-fsck.txt b/git-fsck.txt
index 29318ea95..b6a0f8a08 100644
--- a/git-fsck.txt
+++ b/git-fsck.txt
@@ -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
---------------------