Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'
authorJunio C Hamano <redacted>
Sun, 1 Dec 2019 17:04:31 +0000 (09:04 -0800)
committerJunio C Hamano <redacted>
Sun, 1 Dec 2019 17:04:31 +0000 (09:04 -0800)
"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 corrected.

* pb/no-recursive-reset-hard-in-worktree-add:
  worktree: teach "add" to ignore submodule.recurse config

1  2 
builtin/worktree.c

Simple merge
git clone https://git.99rst.org/PROJECT