update
This commit is contained in:
parent
617c63a213
commit
2287c88bfd
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ 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.
|
||||
* 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`
|
||||
has to connect twice to the remote system over ssh per file, which
|
||||
is much slower than on systems supporting connection caching.
|
||||
|
|
Loading…
Reference in a new issue