On Sat, Mar 22, 2025 at 9:43 AM Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Mon, Mar 20, 2023 at 7:02 PM Jeff King <peff@xxxxxxxx> wrote: > > On Mon, Mar 20, 2023 at 02:10:38PM +0200, Andy Shevchenko wrote: > > > > > With the new release I have got an error > > > > > fatal: 'netboot' is already checked out at ... > > > > > To work around this I have to split the above to > > > > > git checkout --ignore-other-worktrees "$branch" > > > > > git rebase --rebase-merges -X ours --onto "$newbase" "$oldbase" > > > > > which makes all these too inconvenient. > > > > Running "git log --grep=already.checked.out" suggests that it may be > > b5cabb4a967 (rebase: refuse to switch to branch already checked out > > elsewhere, 2020-02-23). > > FWIW, the last couple of versions (since I was not updating Git from > the sources too often, usually once per half a year or so, I don't > know the exact version which fixes it to me, and I don't want spend > time to find that, because it works :) of Git seem to work properly to > me. Thank you to everyone who made that happen! This was very likely fixed by 78a95e0d80 (worktree: detect from secondary worktree if main worktree is bare, 2025-02-05); see [1]. Regarding the attempt you cited in [2] in which you removed config.worktree and disabled extensions.worktreeConfig, I suspect the reason you didn't see any change in behavior is because you didn't re-add "core.bare=true" to <repo>.git/config. [1]: https://lore.kernel.org/git/pull.1829.v4.git.1738737014194.gitgitgadget@xxxxxxxxx/ [2]: https://lore.kernel.org/git/CAHp75VfSdth4B-oW8JCt4kBkehu6+B9ueQAJL1g99Ev3RiMKoQ@xxxxxxxxxxxxxx/