summaryrefslogtreecommitdiff
path: root/doc/design/assistant/windows.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/windows.mdwn')
-rw-r--r--doc/design/assistant/windows.mdwn5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/design/assistant/windows.mdwn b/doc/design/assistant/windows.mdwn
index 26ff2c1c6..78ab69feb 100644
--- a/doc/design/assistant/windows.mdwn
+++ b/doc/design/assistant/windows.mdwn
@@ -8,10 +8,7 @@ Stackoverflow has some details.
NTFS supports symbolic links two different ways: an [[!wikipedia NTFS symbolic link]] and an [[!wikipedia NTFS_junction_point]]. The former seems like the closest analogue to POSIX symlinks.
-Make git use them, as it (apparently) does not yet.
-
-Currently, on Windows, git checks out symlinks as files containing the symlink
-target as their contents.
+The windows port will not use symlinks. It will only support direct mode.
## POSIX