summaryrefslogtreecommitdiff
path: root/doc/backends.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 17:26:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-01-07 17:26:05 -0400
commit2da860256a11db54cad7ff981fc4e9e000572564 (patch)
treeb7d3f4c43e3888ce79f3b41c3668cb665ebc8348 /doc/backends.mdwn
parent6d9eb8da566c410c7780e15625dfed3f76a3e8f8 (diff)
parent5cb4e8b3705db23d652e0a5f12ab2de88fe721e7 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com into relativepaths
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r--doc/backends.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn
index 06475adfb..bf6471fa7 100644
--- a/doc/backends.mdwn
+++ b/doc/backends.mdwn
@@ -25,6 +25,10 @@ can use different ones for different files.
-- [Skein hash](http://en.wikipedia.org/wiki/Skein_hash),
a well-regarded SHA3 hash competition finalist.
+Note that the SHA512, SKEIN512 and SHA384 generate long paths,
+which are known to not work on Windows. If interoperability on Windows is a
+concern, avoid those backends.
+
The `annex.backends` git-config setting can be used to list the backends
git-annex should use. The first one listed will be used by default when
new files are added.