/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Introduce commit notes
[git/git.git]
/
notes.h
Commit
Line
Data
a97a7468
JS
1
#ifndef NOTES_H
2
#define NOTES_H
3
4
void get_commit_notes(const struct commit *commit, struct strbuf *sb,
5
const char *output_encoding);
6
7
#endif