diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-04 13:14:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-04 13:14:55 -0400 |
commit | c5a116b86500c89070cb6591d96437454d2282c1 (patch) | |
tree | 92d744307e637173912fcbbdde2b1b4f6d73c5e2 /doc/bugs | |
parent | 294e595b801524b69dcd877d3b7051572c10e89b (diff) |
init: Probe whether the filesystem supports fifos, and if not, disable ssh connection caching.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/ssh_connection_caching_broken_on_NTFS.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/ssh_connection_caching_broken_on_NTFS.mdwn b/doc/bugs/ssh_connection_caching_broken_on_NTFS.mdwn index bfb221163..fc3168e0f 100644 --- a/doc/bugs/ssh_connection_caching_broken_on_NTFS.mdwn +++ b/doc/bugs/ssh_connection_caching_broken_on_NTFS.mdwn @@ -61,3 +61,6 @@ However ssh connection caching breaks things on NTFS volumes. If I turn off con but it would be nifty if git-annex could detect the filesystem type and do The Right Thing. Thanks for all the work on git-annex -- it's an awesome project! + +> [[done]], `git annex init` now probes for fifo support and disables ssh +> connection caching if it cannot make one. --[[Joey]] |