Hey, guys! Thanks Junio and Eric for sharing your thoughts. And I candidly thought this was going to be an "easy sell".... :-D On Sat, Nov 4, 2023 at 7:58 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > What problem are you trying to solve? "git add foo" where "foo" is > actually a different worktree of the repository would add it as a > submodule that causes confusion? If that is the case, I think the > right solution is not to get into such a state, i.e. not create a > worktree of the repository inside a different worktree in the first > place. > I am not against the idea of creating worktrees outside of the repository... however, I like them to be _inside_ the repository. Am I the only one? IDK. I might be! It feels completely natural, if you ask me.... but that's just my opinion, I acknowledge that. While I was running a couple of quick tests to add more information about git behaviour with "my use case" I think I found something to work on so more RFCs might be on the way in the next few days or weeks. About adding an error message when 'git add' will skip doing something because it is working on a different worktree, I think it makes sense.... will probably work on that too. Thanks again! BR!