Re: bug report: spurious "cannot delete branch '%s' used by worktree"
From: Tamir Duberstein <hidden>
Date: 2024-03-28 17:40:07
From: Tamir Duberstein <hidden>
Date: 2024-03-28 17:40:07
Yes, the problem is persistent. The branch is never deleted. On Thu, Mar 28, 2024 at 5:24 PM Eric Sunshine [off-list ref] wrote:
On Thu, Mar 28, 2024 at 10:54 AM Tamir Duberstein [off-list ref] wrote:quoted
% git branch -d cleanup error: cannot delete branch 'cleanup' used by worktree at '<my source dir>' % git worktree list <my source dir> dc46f6d5e [main] % git branch cleanup * mainIs this error persistent once it arises? That is, if you invoke `git branch -d cleanup` again immediately after (or a little while after) the above sequence, does the problem persist? Or does it "clear up" on its own at some point?