note about windows path length issues with larger hashes
This commit is contained in:
parent
f9445ff95a
commit
b84070b5e9
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue