aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-13 20:00:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-13 20:00:45 -0400
commit0b8e8179d24b69ec4ed9c8161ec588c9a94c0cd8 (patch)
treef7be687fcd1dc5217be73052a493115d85a77a88
parent8969e20a6a31da50ea20b632482b3645ca24fa49 (diff)
update
-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.