summaryrefslogtreecommitdiff
path: root/doc/backends.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-07 21:02:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-07 21:02:25 -0400
commit377bf24d9a951186b374cd7a3f920b6bc9deb8f1 (patch)
treed0dbbff751f73c63d2497c9ce5212ef7ecfc9784 /doc/backends.mdwn
parent714619d9e834a3a04340b164255ff2c92f654228 (diff)
documentation for checkout
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r--doc/backends.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn
index dc359174a..69c17649a 100644
--- a/doc/backends.mdwn
+++ b/doc/backends.mdwn
@@ -17,8 +17,7 @@ can use different backends for different files.
* `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. **Warning** this backend is not ready
- for use.
+ can make it slower for large files.
* `URL` -- This backend downloads the file's content from an external URL.
The `annex.backends` git-config setting can be used to list the backends