From b78d259c6eea0930602461f8478f969ae3da0624 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 9 Apr 2008 09:39:08 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.5-23-g2a5f
---
config.txt | 6 ++++++
git-config.html | 13 ++++++++++++-
git-diff-tree.html | 7 ++++++-
git-log.html | 7 ++++++-
git-rev-list.html | 7 ++++++-
git-show.html | 7 ++++++-
git-unpack-objects.html | 10 +++++++++-
git-unpack-objects.txt | 3 +++
git-whatchanged.html | 7 ++++++-
pretty-formats.txt | 1 +
10 files changed, 61 insertions(+), 7 deletions(-)
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