diff options
-rw-r--r-- | doc/todo/windows_support.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 75c576401..bddd92098 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -47,7 +47,8 @@ now! --[[Joey]] * 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 Msysgit. + Must use Msysgit. (Actually, this may no longer be the case; git-annex's + handling of paths has improved significantly on windows..) * rsync special remotes with a rsyncurl of a local directory are known buggy. (git-annex tells rsync C:foo and it thinks it means a remote host named C...) @@ -60,7 +61,6 @@ now! --[[Joey]] ## stuff needing testing -* test S3 and box.com setup in webapp now that they should work.. * test that adding a repo on a removable drive works; that git is synced to it and files can be transferred to it and back * Does stopping in progress transfers work in the webapp? |