summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-01 21:37:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-01 21:37:27 -0400
commitd6be2e222f2c8ffa0f6cf5e46a19795846d5ba93 (patch)
tree71bffab9fe187f64a66c74cf15f2e559bbcb9c6d
parentfa92c29764d0deaf0f016729b90c6fdc4d4b7390 (diff)
format
-rw-r--r--doc/internals.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn
index fe5068187..f69ee6f8b 100644
--- a/doc/internals.mdwn
+++ b/doc/internals.mdwn
@@ -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