diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-02 13:49:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-02 13:49:03 -0400 |
commit | 616e6f8a840ef4d99632d12a2e7ea15c3cfb1805 (patch) | |
tree | c42b38debbc74df5d989562c515c3da1b9ae44e4 /doc | |
parent | 66ab18325e93b244b27b1c80269c943388622716 (diff) |
Use lowercase hash directories for locationlog files
to avoid some issues with git on OSX with the mixed-case directories. No
migration is needed; the old mixed case hash directories are still read;
new information is written to the new directories.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internals.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index 2e9f25383..b362e68e1 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -53,7 +53,7 @@ Example: e605dca6-446a-11e0-8b2a-002170d25c55 1 26339d22-446b-11e0-9101-002170d25c55 ? -## `.git-annex/aa/bb/*.log` +## `.git-annex/aaa/bbb/*.log` The remainder of the log files record [[location_tracking]] information for file contents. Again these are placed in two levels of subdirectories |