aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-08 09:28:26 -0400
committerJunio C Hamano <junkio@cox.net>2007-05-08 22:47:17 -0700
commit618e613a706638a7a1fb5c87cd418158c9b2687c (patch)
treec2946064523ee60e68e2bf43cea9340d4674cf03 /Documentation/config.txt
parent842aaf93238377976111fc801aaacbf8a491db33 (diff)
downloadgit-618e613a706638a7a1fb5c87cd418158c9b2687c.tar.gz
git-618e613a706638a7a1fb5c87cd418158c9b2687c.tar.xz
Increase pack.depth default to 50
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 840dd81b8..ea434af9d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -548,7 +548,7 @@ pack.window::
pack.depth::
The maximum delta depth used by gitlink:git-pack-objects[1] when no
- maximum depth is given on the command line. Defaults to 10.
+ maximum depth is given on the command line. Defaults to 50.
pull.octopus::
The default merge strategy to use when pulling multiple branches