This commit is contained in:
Joey Hess 2014-02-03 21:24:23 -04:00
parent 617c63a213
commit 2287c88bfd

View file

@ -6,7 +6,10 @@ now! --[[Joey]]
* Does not work with Cygwin's build of git (that git does not consistently * 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). support use of DOS style paths, which git-annex uses on Windows).
Must use Msysgit. Must use Msysgit.
* rsync special remotes are known buggy. * rsync special remotes with a rsyncurl of a local directory are known
let r = if inr1 then r1 else r2
buggy. (git-annex tells rsync C:foo and it thinks it means a remote host
named C...)
* Ssh connection caching does not work on Windows, so `git annex get` * Ssh connection caching does not work on Windows, so `git annex get`
has to connect twice to the remote system over ssh per file, which has to connect twice to the remote system over ssh per file, which
is much slower than on systems supporting connection caching. is much slower than on systems supporting connection caching.