Skip to content

Commit e51cfcd

Browse files
committed
Merge branch 'sb/push-make-submodule-check-the-default' into pu
Turn the default of "push.recurseSubmodules" to "check". Alas, this reveals that the "check" mode is too inefficient to use in real projects, even in ones as small as git itself. cf. <[email protected]> * sb/push-make-submodule-check-the-default: push: change submodule default to check
2 parents ee116b6 + 60cd66f commit e51cfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static int deleterefs;
2222
static const char *receivepack;
2323
static int verbosity;
2424
static int progress = -1;
25-
static int recurse_submodules = RECURSE_SUBMODULES_DEFAULT;
25+
static int recurse_submodules = RECURSE_SUBMODULES_CHECK;
2626
static enum transport_family family;
2727

2828
static struct push_cas_option cas;

0 commit comments

Comments
 (0)