remove_note
Description:
public bool remove_note (string? notes_ref, Signature author, Signature committer, OId id) throws Error
Removes the note for an object.
Parameters:
| this |
a Repository. |
| notes_ref |
canonical name of the reference to use, or null to use the default ref. |
| author |
author signature. |
| committer |
committer signature. |
| id |
OID of the git object to decorate. |
Returns:
|
true if the note was removed from |