pub fn read_note(
repo: &Repository,
commit_oid: ObjectId,
) -> GitResult<Option<HeddleNote>>Expand description
Look up the note attached to commit_oid, if any.
pub fn read_note(
repo: &Repository,
commit_oid: ObjectId,
) -> GitResult<Option<HeddleNote>>Look up the note attached to commit_oid, if any.