diff --git a/doc/todo/utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn b/doc/todo/utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn index 263035fa0a..b8e0151321 100644 --- a/doc/todo/utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn +++ b/doc/todo/utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn @@ -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]]