Hi Junio, I think the last sentence of the merge message should be "This has been corrected." instead of "This has been correct.". Philippe. > Le 19 nov. 2019 à 02:05, Junio C Hamano <gitster@xxxxxxxxx> a écrit : > > * pb/no-recursive-reset-hard-in-worktree-add (2019-10-30) 1 commit > (merged to 'next' on 2019-11-19 at cdfb0643e9) > + worktree: teach "add" to ignore submodule.recurse config > > "git worktree add" internally calls "reset --hard" that should not > descend into submodules, even when submodule.recurse configuration > is set, but it was affected. This has been correct. > > Will merge to 'master'.