Merge branch 'js/notes'
[git/dscho.git] / notes.h
blob79d21b65f56d2374aed14e58810d1b7c58fafb8a
1 #ifndef NOTES_H
2 #define NOTES_H
4 void get_commit_notes(const struct commit *commit, struct strbuf *sb,
5 const char *output_encoding);
7 #endif