git stash does not seem to handle symlinks to dirs. here is a simple demo:

$ ls dir1
f1

$ rm -rf dir1;ln -s dir2 dir1;git stash
error: 'dir1/f1' is beyond a symbolic link
fatal: Unable to process path dir1/f1
Cannot save the current worktree state

Is this a known issue? Is there a way around it?

Thanks

Richardo

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/-Ql0mccDTq8J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to