pub fn read_all_notes(
repo: &Repository,
) -> GitResult<HashMap<ObjectId, HeddleNote>>Expand description
Read every (commit_oid → note) entry under refs/notes/heddle. Used by
the import path’s identity-recovery scan.
pub fn read_all_notes(
repo: &Repository,
) -> GitResult<HashMap<ObjectId, HeddleNote>>Read every (commit_oid → note) entry under refs/notes/heddle. Used by
the import path’s identity-recovery scan.