Read the note for an object from a note commit
The note must be freed manually by the user.
@param out_ pointer to the read note; null in case of error @param repo repository where to look up the note @param notes_commit a pointer to the notes commit object @param oid OID of the git object to read the note from
@return 0 or an error code
See Implementation
Read the note for an object from a note commit
The note must be freed manually by the user.
@param out_ pointer to the read note; null in case of error @param repo repository where to look up the note @param notes_commit a pointer to the notes commit object @param oid OID of the git object to read the note from
@return 0 or an error code