pub fn read_all_notes(
repo: &Repository,
) -> GitProjectionResult<HashMap<ObjectId, HeddleNote>>Expand description
Read every (commit_oid → note) entry under refs/notes/heddle.
pub fn read_all_notes(
repo: &Repository,
) -> GitProjectionResult<HashMap<ObjectId, HeddleNote>>Read every (commit_oid → note) entry under refs/notes/heddle.