]>
git.ipfire.org Git - thirdparty/git.git/blob - notes.h
4 /* Free (and de-initialize) the internal notes tree structure */
7 #define NOTES_SHOW_HEADER 1
10 void get_commit_notes(const struct commit
*commit
, struct strbuf
*sb
,
11 const char *output_encoding
, int flags
);