git/notes.h

8 lines
143 B
C
Raw Normal View History

#ifndef NOTES_H
#define NOTES_H
void get_commit_notes(const struct commit *commit, struct strbuf *sb,
const char *output_encoding);
#endif