This commit is contained in:
Joey Hess 2020-05-25 11:52:45 -04:00
parent fcb288be13
commit 5f5a2a6b56
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -5,3 +5,8 @@ The mklink tool creates a symlink that works on windows.
There would be some work required so that a linux symlink and a windows symlink are considered the same, a user has recommend 'git update-index --assume-unchanged' for this.
There is a good write up of someone using this approach on vanilla git here: http://stackoverflow.com/questions/5917249/git-symlinks-in-windows
> I think that with adjusted unlocked branches being used by default on
> windows, instead of the old direct mode with its limitations, I don't
> want to delve into the arcanea of windows's 57 different kinds of
> symlink equivilants. So, [[done]] --[[Joey]]