@param out_ pointer to store the OID (optional); null in case of error
@param repo repository where to store the note
@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 decorate
@param note Content of the note to add for object oid
@param force Overwrite existing note
Add a note for an object
@param out_ pointer to store the OID (optional); null in case of error @param repo repository where to store the note @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 decorate @param note Content of the note to add for object oid @param force Overwrite existing note
@return 0 or an error code