Skip to main content

write_notes_commit_with_parents

Function write_notes_commit_with_parents 

Source
pub fn write_notes_commit_with_parents(
    repo: &Repository,
    _notes_ref: &str,
    entries: &[NotesTreeEntry],
    message: &str,
    parents: &[ObjectId],
) -> Result<ObjectId>