git_note_remove

Remove the note for an object

Parameters

repo libgit2_d.types.git_repository*

repository where the note lives

notes_ref const(char)*

canonical name of the reference to use (optional); defaults to "refs/notes/commits"

author const(libgit2_d.types.git_signature)*

signature of the notes commit author

committer const(libgit2_d.types.git_signature)*

signature of the notes commit committer

oid const(libgit2_d.oid.git_oid)*

OID of the git object to remove the note from

Return Value

Type: int

0 or an error code

Meta