add: modify already added files when --chmod is given
[gitweb.git] / builtin / fetch.c
index 4227a40c67ae7fc653e57b049a9fd9e93ca4e3dd..1582ca71847fe4d79366e85cbea86f9f64f55b90 100644 (file)
@@ -37,7 +37,7 @@ static int prune = -1; /* unspecified */
 static int all, append, dry_run, force, keep, multiple, update_head_ok, verbosity;
 static int progress = -1, recurse_submodules = RECURSE_SUBMODULES_DEFAULT;
 static int tags = TAGS_DEFAULT, unshallow, update_shallow;
-static int max_children = 1;
+static int max_children = -1;
 static enum transport_family family;
 static const char *depth;
 static const char *upload_pack;