aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-01 17:28:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-01 17:28:31 -0400
commit5d154b84365770ff27c09137ad039f930505ebfd (patch)
tree61fdc24bf1074a842884330604d8c43a5c7a4452
parent457d28c676f48d61c523df74d665040e24132ed7 (diff)
document web special remote log files
-rw-r--r--doc/internals.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn
index 1096845e5..a4ec5c417 100644
--- a/doc/internals.mdwn
+++ b/doc/internals.mdwn
@@ -72,7 +72,7 @@ Example:
## `aaa/bbb/*.log`
-The remainder of the log files record [[location_tracking]] information
+These log files record [[location_tracking]] information
for file contents. Again these are placed in two levels of subdirectories
for hashing. The name of the key is the filename, and the content
consists of a timestamp, either 1 (present) or 0 (not present), and
@@ -85,3 +85,9 @@ Example:
These files are designed to be auto-merged using git's union merge driver.
The timestamps allow the most recent information to be identified.
+
+## `remote/web/aaa/bbb/*.log`
+
+These log files record urls used by the
+[[web_special_remote|special_remotes/web]]. Their format is similar
+to the location tracking files, but with urls rather than UUIDs.