diff options
author | Theodore Ts'o <tytso@mit.edu> | 2007-05-08 09:28:26 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-08 22:47:17 -0700 |
commit | 618e613a706638a7a1fb5c87cd418158c9b2687c (patch) | |
tree | c2946064523ee60e68e2bf43cea9340d4674cf03 /Documentation/git-pack-objects.txt | |
parent | 842aaf93238377976111fc801aaacbf8a491db33 (diff) | |
download | git-618e613a706638a7a1fb5c87cd418158c9b2687c.tar.gz |
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-pack-objects.txt')
-rw-r--r-- | Documentation/git-pack-objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index 5a7204c9fb..bd3ee456e3 100644 --- a/Documentation/git-pack-objects.txt +++ b/Documentation/git-pack-objects.txt @@ -83,7 +83,7 @@ base-name:: 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. --incremental:: This flag causes an object already in a pack ignored |