implement chunk logs
Slightly tricky as they are not normal UUIDBased logs, but are instead maps from (uuid, chunksize) to chunkcount. This commit was sponsored by Frank Thomas.
This commit is contained in:
parent
bbdb2c04d5
commit
e2c44bf656
8 changed files with 134 additions and 39 deletions
|
@ -1,6 +1,6 @@
|
|||
{- git-annex uuid-based logs
|
||||
-
|
||||
- This is used to store information about a UUID in a way that can
|
||||
- This is used to store information about UUIDs in a way that can
|
||||
- be union merged.
|
||||
-
|
||||
- A line of the log will look like: "UUID[ INFO[ timestamp=foo]]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue