diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-04 03:11:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-04 03:11:06 -0800 |
commit | 9eb7a50b6ddb27250cf37a28c1d8181c33a733d3 (patch) | |
tree | 6543e750e9538f3e620d0d2d6851ba34babee1b6 /Documentation/config.txt | |
parent | 27b4070e40a771c41ed581ef1ac98dd43e58ab87 (diff) | |
download | git-9eb7a50b6ddb27250cf37a28c1d8181c33a733d3.tar.gz |
Revert "receive-pack: use strict mode for unpacking objects"
This reverts commit 28f72a0f232dfc71b3be726e7e71d0a6d5f9ebba.
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 2091caa111..4027726f2e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -939,12 +939,6 @@ imap:: The configuration variables in the 'imap' section are described in linkgit:git-imap-send[1]. -receive.fsckObjects:: - If it is set to true, git-receive-pack will check all received - objects. It will abort in the case of a malformed object or a - broken link. The result of an abort are only dangling objects. - The default value is 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 |