Glen Choo <chooglen@xxxxxxxxxx> writes: > "Orgad Shaneh via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: >> diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c >> index 2c87ef9364f..1a8e5d06214 100644 >> --- a/builtin/submodule--helper.c >> +++ b/builtin/submodule--helper.c >> @@ -2026,7 +2026,6 @@ struct update_data { >> .references = STRING_LIST_INIT_DUP, \ >> .single_branch = -1, \ >> .max_jobs = 1, \ >> - .warn_if_uninitialized = 1, \ >> } >> >> static void next_submodule_warn_missing(struct submodule_update_clone *suc, >> >> base-commit: 6cd33dceed60949e2dbc32e3f0f5e67c4c882e1e >> -- >> gitgitgadget > > This was clearly a mistake on my part :( The fix looks good to me, > thanks! Will merge the fix down in preparation for 2.36.1 and later. Thanks, both.