diff options
Diffstat (limited to 'builtin/fetch.c')
-rw-r--r-- | builtin/fetch.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c index 08e094bf12..225c734924 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -1361,11 +1361,6 @@ int cmd_fetch(int argc, const char **argv, const char *prefix) if (depth || deepen_since || deepen_not.nr) deepen = 1; - if (recurse_submodules != RECURSE_SUBMODULES_OFF) { - gitmodules_config(); - git_config(submodule_config, NULL); - } - if (all) { if (argc == 1) die(_("fetch --all does not take a repository argument")); |