Commit f20480ab0ccbba077e6ec060d3b4ef7f74650828

Edward Thomson 2015-11-03T09:40:30

diff: test "symlinks" in wd are respected on win32 When `core.symlinks = false`, we write the symlinks content (target) to a regular file. We should ensure that when we later see that regular file, we treat it specially - and that changing that regular file would actually change the symlink target. (For compatibility with Git for Windows).