git-submodule: abort if core.worktree could not be set correctly
commit5d124f419d1e9b7d22fae915627de7e463bf7c42
authorStefan Beller <sbeller@google.com>
Fri, 18 Jan 2019 21:55:19 +0000 (18 13:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2019 23:28:13 +0000 (18 15:28 -0800)
treeac58525289410a62b60f24315622a2548823ca63
parent0d0ac3826a3bbb9247e39e12623bbcfdd722f24c
git-submodule: abort if core.worktree could not be set correctly

74d4731da1f (submodule--helper: replace connect-gitdir-workingtree by
ensure-core-worktree, 2018-08-13) forgot to exit the submodule operation
if the helper could not ensure that core.worktree is set correctly.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh