Skip to main content

read_note

Function read_note 

Source
pub fn read_note(
    repo: &Repository,
    commit_oid: ObjectId,
) -> GitResult<Option<HeddleNote>>
Expand description

Look up the note attached to commit_oid, if any.