1
0
mirror of https://github.com/git/git.git synced 2024-09-28 03:00:25 +02:00
git/notes.h

11 lines
206 B
C
Raw Normal View History

#ifndef NOTES_H
#define NOTES_H
#define NOTES_SHOW_HEADER 1
#define NOTES_INDENT 2
void get_commit_notes(const struct commit *commit, struct strbuf *sb,
const char *output_encoding, int flags);
#endif