Code

git config: codestyle cleanups
[git.git] / notes.h
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