pub fn write_note(
repo: &Repository,
commit_oid: ObjectId,
note: &HeddleNote,
) -> GitResult<()>Expand description
Attach note to commit_oid in repo under refs/notes/heddle.
Each call creates one new notes commit on top of any previous notes history. The notes ref is updated atomically via sley’s notes plumbing.