Signed-off-by: Johannes Schindelin <johannes.schinde...@gmx.de>
---
 Documentation/config.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7deae0b..b3276ee 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2109,6 +2109,20 @@ receive.fsckObjects::
        Defaults to false. If not set, the value of `transfer.fsckObjects`
        is used instead.
 
+receive.fsck.*::
+       When `receive.fsckObjects is set to true, errors can be switched
+       to warnings and vice versa by setting e.g. `receive.fsck.bad-name`
+       to `warn` or `error` (or `ignore` to hide those errors
+       completely). For convenience, fsck prefixes the error/warning
+       with the name of the option, e.g. "missing-email: invalid
+       author/committer line - missing email" means that setting
+       `receive.fsck.missing-email` to `ignore` will hide that issue.
+       For convenience, camelCased options are accepted, too (e.g.
+       `receive.fsck.missingEmail`).
++
+This feature is intended to support working with legacy repositories
+which would not pass pushing when `receive.fsckObjects = true`.
+
 receive.unpackLimit::
        If the number of objects received in a push is below this
        limit then the objects will be unpacked into loose object
-- 
2.0.0.rc3.9669.g840d1f9

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to