diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-07 13:57:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-07 13:57:56 -0400 |
commit | 4f1cacd30bb4adc16644436b56c56719c6128fcb (patch) | |
tree | 5b9a5c1f4be7d6563c3af61e1b50f03e3ccf2ca3 /doc/todo/windows_support.mdwn | |
parent | b73866913c3fb0e743a054a889a4fde3307fe507 (diff) |
close
Diffstat (limited to 'doc/todo/windows_support.mdwn')
-rw-r--r-- | doc/todo/windows_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index 98b49b84a..cfde2fb92 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -12,3 +12,6 @@ now! --[[Joey]] * Bad file locking, it's probably not safe to run more than one git-annex process at the same time on Windows. * No support for the assistant or webapp. +* 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. |