update for direct mode
This commit is contained in:
parent
4564b3dab9
commit
0b9bfb1977
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ names of the files and some other metadata remain there.
|
|||
The contents of the files are kept by git-annex in a distributed key/value
|
||||
store consisting of every clone of a given git repository. That's a fancy
|
||||
way to say that git-annex stores the actual file content somewhere under
|
||||
`.git/annex/`. (See [[internals]] for details.)
|
||||
`.git/annex/`. (See [[internals]] for details and note that in
|
||||
[[direct_mode]] the file contents are left in the work tree.)
|
||||
|
||||
That was the values; what about the keys? Well, a key is calculated for a
|
||||
given file when it's first added into git-annex. Normally this uses a hash
|
||||
|
|
Loading…
Add table
Reference in a new issue