aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/utilising_the_mklink_command_on_windows_to_utilise_symlinks_and_therefore_indirect_mode_on_windows.mdwn
blob: 263035fa0a94c7a4edbdc020fe8f24d9ff3153b6 (plain)
1
2
3
4
5
6
7
It seems like it is possible to achieve this now on later versions of Windows (7 and above).

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