aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>2007-05-28 23:20:59 +0200
committerJunio C Hamano <junkio@cox.net>2007-05-29 01:24:42 -0700
commite3dfddb377478dbee9c5b88636e97d62312f562d (patch)
treea6d5d8627d2faf1e78b3f14aa05f4b8749465874 /Documentation
parent074b2eea296886e179ef73e1c364f370a223618a (diff)
downloadgit-e3dfddb377478dbee9c5b88636e97d62312f562d.tar.gz
git-e3dfddb377478dbee9c5b88636e97d62312f562d.tar.xz
builtin-pack-object: cache small deltas
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index ab0f8f486..6ea4f1015 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -572,6 +572,10 @@ pack.deltaCacheSize::
gitlink:git-pack-objects[1].
A value of 0 means no limit. Defaults to 0.
+pack.deltaCacheLimit::
+ The maxium size of a delta, that is cached in
+ gitlink:git-pack-objects[1]. Defaults to 1000.
+
pull.octopus::
The default merge strategy to use when pulling multiple branches
at once.