Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fast-import: increase the default pack depth to 50
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index e69d219682e7929b6e8441ba620e708704471ff3..05c73858b00b21a3ce2887c0573abc5d186e796a 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-280,7
+280,7
@@
struct recent_command {
};
/* Configured limits on output */
-static unsigned long max_depth =
1
0;
+static unsigned long max_depth =
5
0;
static off_t max_packsize;
static int unpack_limit = 100;
static int force_update;