Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-05-08 17:28:26 +0400
committerJunio C Hamano <junkio@cox.net>2007-05-09 09:47:17 +0400
commit618e613a706638a7a1fb5c87cd418158c9b2687c (patch)
treec2946064523ee60e68e2bf43cea9340d4674cf03 /Documentation/git-repack.txt
parent842aaf93238377976111fc801aaacbf8a491db33 (diff)
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/git-repack.txt')
-rw-r--r--Documentation/git-repack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index 0d70c9f782..cc3b0b21c7 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -63,7 +63,7 @@ OPTIONS
space. `--depth` limits the maximum delta depth; making it too deep
affects the performance on the unpacker side, because delta data needs
to be applied that many times to get to the necessary object.
- The default value for --window is 10 and --depth is 10.
+ The default value for --window is 10 and --depth is 50.
Configuration