diff options
Diffstat (limited to 'notes.h')
-rw-r--r-- | notes.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ #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); + const char *output_encoding, int flags); #endif |