From e3dfddb377478dbee9c5b88636e97d62312f562d Mon Sep 17 00:00:00 2001 From: Martin Koegler <mkoegler@auto.tuwien.ac.at> Date: Mon, 28 May 2007 23:20:59 +0200 Subject: 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> --- Documentation/config.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/config.txt b/Documentation/config.txt index ab0f8f4865..6ea4f10150 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. -- cgit v1.2.1