Re: [PATCH] git-submodule: abort if core.worktree could not be set correctly

2019-01-18 Thread Stefan Beller
On Fri, Jan 18, 2019 at 3:18 PM Junio C Hamano wrote: > > Stefan Beller writes: > > > 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 cor

Re: [PATCH] git-submodule: abort if core.worktree could not be set correctly

2019-01-18 Thread Junio C Hamano
Stefan Beller writes: > 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 > --- > git-submodule.s

[PATCH] git-submodule: abort if core.worktree could not be set correctly

2019-01-18 Thread Stefan Beller
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 --- git-submodule.sh | 2 +- 1 file changed, 1 insertion