summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-11 17:19:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-11 17:19:43 -0400
commit94d9ca55952b3108a8e5b89e07e74f67cec6dbda (patch)
tree6d9ee43d7e704859cddf0e27bd3af5e83e31c952 /doc/design
parent9d7431049bedc652859cbefc1a066799e464f748 (diff)
update
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/assistant.mdwn2
-rw-r--r--doc/design/assistant/windows.mdwn5
2 files changed, 2 insertions, 5 deletions
diff --git a/doc/design/assistant.mdwn b/doc/design/assistant.mdwn
index 55d3e4249..4b012e430 100644
--- a/doc/design/assistant.mdwn
+++ b/doc/design/assistant.mdwn
@@ -26,7 +26,7 @@ We are, approximately, here:
* [[OSX]] port is in fairly good shape, but still has some room for improvement
* [[android]] port is zooming along
-* Windows port does not exist yet
+* [[Windows]] port is barely getting started
## not yet on the map:
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