summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
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
---------------------