Type Alias asyncgit::sync::Tags

source ·
pub type Tags = BTreeMap<CommitId, CommitTags>;
Expand description

hashmap of tag target commit hash to tag names

Aliased Type§

struct Tags { /* private fields */ }