Expand description
Git-tree-backed entity source — reads .md blobs out of a mem
ref’s tree without a working tree on disk.
Mirrors Directory’s walk semantics from
memstead_base::entity::source: skip .git/ and .memstead/, keep
only *.md blobs, return UTF-8 content. Feeds the same parse pipeline
via memstead_base::entity::loader::parse_entries.
Structs§
- GitTree
Source - A mem stored as a git ref’s tree — no working tree on disk.
Functions§
- load_
mem_ from_ git_ tree - Load all entities from a mem stored as a branch in a
mem-repo-gitrepository.