comment and clarification
This commit is contained in:
parent
172221ce4f
commit
e0b1e0ef7b
2 changed files with 15 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 23"""
|
||||
date="2018-09-11T16:52:20Z"
|
||||
content="""
|
||||
@Ilya, indeed, this page is talking about filesystem metadata.
|
||||
I've updated it for clarity.
|
||||
|
||||
There is not currently a way to switch backend based on file size,
|
||||
although you can use annex.largefiles to make it check eg smaller files
|
||||
directly into git rather than annexing them.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue