From: Junio C Hamano
Date: Mon, 3 Mar 2008 02:01:16 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.4.3-422-g34cd6
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f1d8c48d0527535cace5f7f7b25e546a7ba7dab;p=git.git
Autogenerated HTML docs for v1.5.4.3-422-g34cd6
---
diff --git a/config.txt b/config.txt
index 4027726f2..2091caa11 100644
--- a/config.txt
+++ b/config.txt
@@ -939,6 +939,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.
+ 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
diff --git a/git-config.html b/git-config.html
index c826e1a0b..1815c6e57 100644
--- a/git-config.html
+++ b/git-config.html
@@ -2247,6 +2247,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.
+ The default value is true.
+
+
+
receive.unpackLimit
@@ -2308,7 +2319,7 @@ web.browser