diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-27 15:02:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-27 15:02:05 -0400 |
commit | 46f9525351e51f3cc3069181fae5f2ba22f869c1 (patch) | |
tree | 0f83e28204e8ee43fedbbaffda11fa37b4401b88 /doc/backends.mdwn | |
parent | 7bd7cca39932858a08dd50a15e5a6f2dc9daa6c0 (diff) |
warning about sha1
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r-- | doc/backends.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn index d3ccaec49..cd587726c 100644 --- a/doc/backends.mdwn +++ b/doc/backends.mdwn @@ -17,5 +17,6 @@ to store different files' contents in a given repository. * `SHA1` -- This backend stores the file's content in `.git/annex/`, with a name based on its sha1 checksum. This backend allows modifications of files to be tracked. Its need to generate checksums - can make it slower for large files. + can make it slower for large files. **Warning** this backend is not ready + for use. * `URL` -- This backend downloads the file's content from an external URL. |