From 618e613a706638a7a1fb5c87cd418158c9b2687c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 8 May 2007 09:28:26 -0400 Subject: Increase pack.depth default to 50 Signed-off-by: "Theodore Ts'o" Signed-off-by: Junio C Hamano --- Documentation/git-repack.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-repack.txt') 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 -- cgit v1.2.1