From 4f1d8c48d0527535cace5f7f7b25e546a7ba7dab Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 3 Mar 2008 02:01:16 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.4.3-422-g34cd6
---
config.txt | 6 ++++++
git-config.html | 13 ++++++++++++-
git-cvsimport.html | 6 ++++--
git-cvsimport.txt | 6 +++++-
git-describe.html | 16 +++++++++++++++-
git-describe.txt | 9 +++++++++
git-grep.html | 4 ++--
git-grep.txt | 2 +-
git-index-pack.html | 10 +++++++++-
git-index-pack.txt | 3 +++
git-log.html | 10 +---------
git-rebase.html | 3 ++-
git-rebase.txt | 1 +
git-rev-list.html | 2 +-
git-unpack-objects.html | 10 +++++++++-
git-unpack-objects.txt | 3 +++
git-verify-pack.html | 6 +++---
git-verify-pack.txt | 4 ++--
rev-list-options.txt | 2 ++
technical/api-run-command.html | 8 ++++----
technical/api-run-command.txt | 6 +++---
21 files changed, 97 insertions(+), 33 deletions(-)
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