Skip to main content

get_notes_for_commit

Function get_notes_for_commit 

Source
pub fn get_notes_for_commit(
    notes_ref: &str,
    commit_sha: &str,
) -> Result<Vec<String>>
Expand description

Get the notes content for a specific commit from a notes ref. Returns the note lines as a vector of strings.