git_note_remove

Remove the note for an object

@param repo repository where the note lives @param notes_ref canonical name of the reference to use (optional); defaults to "refs/notes/commits" @param author signature of the notes commit author @param committer signature of the notes commit committer @param oid OID of the git object to remove the note from

@return 0 or an error code

Meta