pub type Tags = BTreeMap<CommitId, CommitTags>;
hashmap of tag target commit hash to tag names
struct Tags { /* private fields */ }