notes.hon commit Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maint (0622f79)
   1#ifndef NOTES_H
   2#define NOTES_H
   3
   4/* Free (and de-initialize) the internal notes tree structure */
   5void free_notes(void);
   6
   7#define NOTES_SHOW_HEADER 1
   8#define NOTES_INDENT 2
   9
  10void get_commit_notes(const struct commit *commit, struct strbuf *sb,
  11                const char *output_encoding, int flags);
  12
  13#endif