chickadee » git » create-note

(create-note repository #!key message target reference author [committer] [force]) => noteprocedure

Creates and returns a new note in the given repository with the specified message and target object. author and committer should be signatures, while reference may specify an alternative notes reference namespace, which defaults to "refs/notes/commits". If force is given and not #f, an existing note for the same target and author/committer will be overwritten; otherwise, an error will be signaled if such a note already exists.

On success, the on-disk repository is updated immediately.