aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/windows_support.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r--doc/todo/windows_support.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn
index 5e0993b5a..200f8cea5 100644
--- a/doc/todo/windows_support.mdwn
+++ b/doc/todo/windows_support.mdwn
@@ -3,7 +3,11 @@ now! --[[Joey]]
## status
-* `git annex add` doesn't work
+* git-annex fails to access a clone located on the local machine
+ (including other drives). It thinks that `c:\clone` is a ssh remote.
+ (When Cygwin's build of git is used to make the clone, it puts the
+ slashes the other way around in .git/config, which also doesn't work
+ for git-annex.)
* test suite doesn't work
* Bad file locking, it's probably not safe to run more than one git-annex
process at the same time on Windows.