File: day_113__metadata_groundwork.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (9 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
Built the core data types, and log for metadata storage. Making metadata
union merge well is tricky, but I have a design I'm happy with, that will
allow distributed changes to metadata.

Finished up the day with a `git annex metadata` command to get/set metadata
for a file.

This is all the goundwork needed to begin experimenting with generating
git branches that display different metadata-driven views of annexed files.