Adds a note for an object.
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. |
note |
content of the note to add for object oid. |
force |
whether to overwrite existing note. |
the OID for the note or null in case of error. |