format
This commit is contained in:
parent
fa92c29764
commit
d6be2e222f
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ In the world of git, we're not scared about internal implementation
|
|||
details, and sometimes we like to dive in and tweak things by hand. Here's
|
||||
some documentation to that end.
|
||||
|
||||
## .git/annex/objects/*/*
|
||||
## `.git/annex/objects/*/*`
|
||||
|
||||
This is where locally available file contents are actually stored.
|
||||
Files added to the annex get a symlink checked into git that points
|
||||
|
@ -13,7 +13,7 @@ of the key. This two-level structure is used because it allows the write
|
|||
bit to be removed from the subdirectories as well as from the files.
|
||||
That prevents accidentially deleting or changing the file contents.
|
||||
|
||||
## .git-annex/uuid.log
|
||||
## `.git-annex/uuid.log`
|
||||
|
||||
Records the UUIDs of known repositories, and associates them with a
|
||||
description of the repository. This allows git-annex to display something
|
||||
|
@ -26,7 +26,7 @@ space and then the description through to the end of the line. Example:
|
|||
e605dca6-446a-11e0-8b2a-002170d25c55 laptop
|
||||
26339d22-446b-11e0-9101-002170d25c55 usb disk
|
||||
|
||||
## .git-annex/trust.log
|
||||
## `.git-annex/trust.log`
|
||||
|
||||
Records the [[trust]] information for repositories. Does not exist unless
|
||||
[[trust]] values are configured.
|
||||
|
@ -40,7 +40,7 @@ Example:
|
|||
e605dca6-446a-11e0-8b2a-002170d25c55 1
|
||||
26339d22-446b-11e0-9101-002170d25c55 ?
|
||||
|
||||
## .git-annex/*.log
|
||||
## `.git-annex/*.log`
|
||||
|
||||
The remainder of the log files record [[location_tracking]] information
|
||||
for file contents. The name of the key is the filename, and the content
|
||||
|
|
Loading…
Reference in a new issue