X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=notes.h;h=a1421e351ae0a6f97824b150140e49ddd5d3414d;hb=812d2a3d61b1bbb1931aff2ed6d2a17e939f5bf2;hp=79d21b65f56d2374aed14e58810d1b7c58fafb8a;hpb=ba743d1b0ce0b44c797c0de06c9db2781e4d1fdd;p=git.git diff --git a/notes.h b/notes.h index 79d21b65f..a1421e351 100644 --- a/notes.h +++ b/notes.h @@ -1,7 +1,13 @@ #ifndef NOTES_H #define NOTES_H +/* Free (and de-initialize) the internal notes tree structure */ +void free_notes(void); + +#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