diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-04-09 00:44:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-09 00:44:17 -0700 |
commit | 3c993de9f25d052b791c55609468c59bcd47fc19 (patch) | |
tree | aa47776e396aa2f480350d5463a76eb70d4c6c62 /Documentation/config.txt | |
parent | 769f60aed3906ba9cd1151731f2551087cc8502f (diff) | |
parent | 38a5739dfadd41c9e45bb05ed6fe1559895360cb (diff) | |
download | git-3c993de9f25d052b791c55609468c59bcd47fc19.tar.gz git-3c993de9f25d052b791c55609468c59bcd47fc19.tar.xz |
Merge branch 'mk/unpack-careful'
* mk/unpack-careful:
t5300: add test for "index-pack --strict"
receive-pack: allow using --strict mode for unpacking objects
unpack-objects: fix --strict handling
t5300: add test for "unpack-objects --strict"
unpack-objects: prevent writing of inconsistent objects
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 04c01c5fd..fe43b1257 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -991,6 +991,12 @@ 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. + Defaults to false. + receive.unpackLimit:: If the number of objects received in a push is below this limit then the objects will be unpacked into loose object |