Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > On Tue, Feb 25, 2020 at 5:54 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> * es/worktree-avoid-duplication-fix (2020-02-24) 3 commits >> (merged to 'next' on 2020-02-25 at 74c612837a) >> + worktree: don't allow "add" validation to be fooled by suffix matching >> + worktree: add utility to find worktree by pathname >> + worktree: improve find_worktree() documentation >> ... > The description of the patch series could perhaps be a bit clearer. > How about this instead? > > In rare cases "git worktree add <path>" could think that <path> > was already a registered worktree even when it wasn't and refuse > to add the new worktree. This has been corrected. Perfect. Thanks. I wish there were more contributors/topic owners like you ;-)