diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-14 15:27:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-14 15:27:39 -0400 |
commit | 724d5185d48aee309af1a6d13927c4f7108610fd (patch) | |
tree | b5d38fa6613356fcaf26d135eb5d9734310dadfe /doc/todo/windows_support.mdwn | |
parent | ccb74be7a8d74e7c17571fd5cf6d66c1b8bda343 (diff) |
detect local urls on DOS
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r-- | doc/todo/windows_support.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 777dd0c67..a9276e2be 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -3,11 +3,6 @@ now! --[[Joey]] ## status -* 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.) * Does not work with Cygwin's build of git (that git does not consistently support use of DOS style paths, which git-annex uses on Windows). Must use the upstream build of git for Windows. |