From: Junio C Hamano
Date: Wed, 9 Apr 2008 09:39:08 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5-23-g2a5f
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b78d259c6eea0930602461f8478f969ae3da0624;p=git.git
Autogenerated HTML docs for v1.5.5-23-g2a5f
---
diff --git a/config.txt b/config.txt
index 04c01c5fd..fe43b1257 100644
--- a/config.txt
+++ b/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
diff --git a/git-config.html b/git-config.html
index 6c98147b8..77f5dd568 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2343,6 +2343,17 @@ imap
+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
@@ -2404,7 +2415,7 @@ web.browser