repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add -p: get rid of Git.pm warnings about unitialized values
[alt-git.git]
/
notes.h
blob
79d21b65f56d2374aed14e58810d1b7c58fafb8a
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