Home
last modified time | relevance | path

Searched refs:git_note (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.4.1/guix_studio/libs/libgit2/include/git2/
Dnotes.h106 git_note **out,
125 git_note **out,
136 GIT_EXTERN(const git_signature *) git_note_author(const git_note *note);
144 GIT_EXTERN(const git_signature *) git_note_committer(const git_note *note);
153 GIT_EXTERN(const char *) git_note_message(const git_note *note);
162 GIT_EXTERN(const git_oid *) git_note_id(const git_note *note);
270 GIT_EXTERN(void) git_note_free(git_note *note);
Dtypes.h160 typedef struct git_note git_note; typedef