aboutsummaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 20:20:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 20:20:59 -0400
commit490eb66be40d4e9e6a5e4d89f67610e073e7574f (patch)
tree785fe3462717ce3f6d3100f49efb472334b4cdff /Backend.hs
parentb7858ada038084c8455cdf9d3598382308dc52b3 (diff)
update
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Backend.hs b/Backend.hs
index d7bde241a..525a52bee 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -9,9 +9,6 @@
- This key can later be used to retrieve the file's content (its value). This
- key generation must be stable for a given file content, name, and size.
-
- - The mapping from filename to its key is stored in the .git-annex directory,
- - in a file named `$filename.$backend`
- -
- Multiple pluggable backends are supported, and more than one can be used
- to store different files' contents in a given repository.
- -}