libgit2 v0.20.1 (2014-02-10T09:06:46Z)
Dub
Repo
git_note_remove
deimos
git2
notes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
int
git_note_remove
(
git_repository
*
repo
,
const
(
char
)*
notes_ref
,
const
(
git_signature
)*
author
,
const
(
git_signature
)*
committer
,
const
(
git_oid
)*
oid
)
Meta
Source
See Implementation
deimos
git2
notes
aliases
git_note_foreach_cb
functions
git_note_create
git_note_default_ref
git_note_foreach
git_note_free
git_note_iterator_free
git_note_iterator_new
git_note_message
git_note_next
git_note_oid
git_note_read
git_note_remove
structs
git_note_iterator