comment and clarification

This commit is contained in:
Joey Hess 2018-09-11 12:55:31 -04:00
parent 172221ce4f
commit e0b1e0ef7b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 15 additions and 3 deletions

View file

@ -1,6 +1,6 @@
When a file is annexed, a key is generated from its content and/or metadata.
The file checked into git symlinks to the key. This key can later be used
to retrieve the file's content (its value).
When a file is annexed, a key is generated from its content and/or filesystem
metadata. The file checked into git symlinks to the key. This key can later
be used to retrieve the file's content (its value).
Multiple pluggable key-value backends are supported, and a single repository
can use different ones for different files.