On Wed, Jul 20, 2016 at 04:54:40PM +0200, Duy Nguyen wrote:
On Tue, Jul 19, 2016 at 9:35 PM, Antoine Tenart [off-list ref] wrote:
quoted
Hmm, so if I understand correctly my use case still won't be supported,
as adding a new worktree with the same basename will fail. Or did I miss
something?
Hm... _what_ fails? If you create two worktrees project0/foo and
project1/foo, you'll get .git/worktrees/foo and .git/worktrees/foo1
but worktree creation should succeed both times. As long as you don't
have to look into .git/worktrees/ everything should be fine, you won't
see foo vs foo1.
You're right, I don't know why I was sure this wasn't working... Sorry
for the noise :-)
--
Antoine