From d6be2e222f2c8ffa0f6cf5e46a19795846d5ba93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Mar 2011 21:37:27 -0400 Subject: format --- doc/internals.mdwn | 8 ++++---- 1 file 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 -- cgit v1.2.3