aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-10-30 21:04:44 -0400
committerTaylor Blau <me@ttaylorr.com>2022-10-30 21:04:44 -0400
commit1e230dfd6c12c896eb85192197fcc15d627fcf84 (patch)
tree2e18f60fe5716519d45297850f305716f1876461 /Documentation/config
parentb1e3dd68ee5e078b04d26da78df81eeb601e0837 (diff)
parent3882a0d3ad92ace6559c950921d9afb4cdcc7ea0 (diff)
downloadgit-1e230dfd6c12c896eb85192197fcc15d627fcf84.tar.gz
Merge branch 'jc/doc-fsck-msgids'
Add documentation for message IDs in fsck error messages. * jc/doc-fsck-msgids: Documentation: add lint-fsck-msgids fsck: document msg-id fsck: remove the unused MISSING_TREE_OBJECT fsck: remove the unused BAD_TAG_OBJECT
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/fsck.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config/fsck.txt b/Documentation/config/fsck.txt
index 450e8c38e3..a3c865df56 100644
--- a/Documentation/config/fsck.txt
+++ b/Documentation/config/fsck.txt
@@ -35,6 +35,10 @@ allow new instances of the same breakages go unnoticed.
Setting an unknown `fsck.<msg-id>` value will cause fsck to die, but
doing the same for `receive.fsck.<msg-id>` and `fetch.fsck.<msg-id>`
will only cause git to warn.
++
+See `Fsck Messages` section of linkgit:git-fsck[1] for supported
+values of `<msg-id>`.
+
fsck.skipList::
The path to a list of object names (i.e. one unabbreviated SHA-1 per