/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
format_commit_message(): fix function signature
[git/git.git]
/
pretty.c
diff --git
a/pretty.c
b/pretty.c
index
f5983f8
..
587101f
100644
(file)
--- a/
pretty.c
+++ b/
pretty.c
@@
-740,7
+740,7
@@
static size_t format_commit_item(struct strbuf *sb, const char *placeholder,
}
void format_commit_message(const struct commit *commit,
- const
void
*format, struct strbuf *sb,
+ const
char
*format, struct strbuf *sb,
enum date_mode dmode)
{
struct format_commit_context context;