git_note_foreach

Loop over all the notes within a specified namespace and issue a callback for each one.

@param repo Repository where to find the notes.

@param notes_ref Reference to read from (optional); defaults to "refs/notes/commits".

@param note_cb Callback to invoke per found annotation. Return non-zero to stop looping.

@param payload Extra parameter to callback function.

@return 0 on success, non-zero callback return value, or error code

extern (C) nothrow @nogc
int
git_note_foreach

Meta