aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-24 17:02:15 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-24 18:08:02 -0800
commite28714c527339a477fca226765163b9361d94285 (patch)
tree73a590d0c86774ecb64fc93af67c630ad75d6f4d /Documentation
parentaf7cf268f0bf8d4216f9c11d1cb0082cb3550f61 (diff)
downloadgit-e28714c527339a477fca226765163b9361d94285.tar.gz
git-e28714c527339a477fca226765163b9361d94285.tar.xz
Consolidate {receive,fetch}.unpackLimit
This allows transfer.unpackLimit to specify what these two configuration variables want to set. We would probably want to deprecate the two separate variables, as I do not see much point in specifying them independently. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 383ff29f8..8086d7536 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -488,3 +488,8 @@ receive.denyNonFastForwards::
even if that push is forced. This configuration variable is
set when initializing a shared repository.
+transfer.unpackLimit::
+ When `fetch.unpackLimit` or `receive.unpackLimit` are
+ not set, the value of this variable is used instead.
+
+