diff: fix textconv error zombies
[git/dscho.git] / notes.h
bloba1421e351ae0a6f97824b150140e49ddd5d3414d
1 #ifndef NOTES_H
2 #define NOTES_H
4 /* Free (and de-initialize) the internal notes tree structure */
5 void free_notes(void);
7 #define NOTES_SHOW_HEADER 1
8 #define NOTES_INDENT 2
10 void get_commit_notes(const struct commit *commit, struct strbuf *sb,
11 const char *output_encoding, int flags);
13 #endif