File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ pack.window::
548
548
549
549
pack.depth::
550
550
The maximum delta depth used by gitlink:git-pack-objects[1] when no
551
- maximum depth is given on the command line. Defaults to 10 .
551
+ maximum depth is given on the command line. Defaults to 50 .
552
552
553
553
pull.octopus::
554
554
The default merge strategy to use when pulling multiple branches
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ base-name::
83
83
it too deep affects the performance on the unpacker
84
84
side, because delta data needs to be applied that many
85
85
times to get to the necessary object.
86
- The default value for --window is 10 and --depth is 10 .
86
+ The default value for --window is 10 and --depth is 50 .
87
87
88
88
--incremental::
89
89
This flag causes an object already in a pack ignored
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ OPTIONS
63
63
space. `--depth` limits the maximum delta depth; making it too deep
64
64
affects the performance on the unpacker side, because delta data needs
65
65
to be applied that many times to get to the necessary object.
66
- The default value for --window is 10 and --depth is 10 .
66
+ The default value for --window is 10 and --depth is 50 .
67
67
68
68
69
69
Configuration
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ static char tmpname[PATH_MAX];
64
64
static unsigned char pack_file_sha1 [20 ];
65
65
static int progress = 1 ;
66
66
static int window = 10 ;
67
- static int depth = 10 ;
67
+ static int depth = 50 ;
68
68
static int pack_to_stdout ;
69
69
static int num_preferred_base ;
70
70
static struct progress progress_state ;
You can’t perform that action at this time.
0 commit comments