Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/fetch cleanup: always set default value for submodule recursing
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 9a22fc92c0d029cf2a1362ea846f75f59978e870..fc2b22033b0f5748adbc173b6099fa7347bb9088 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;