author | Junio C Hamano <gitster@pobox.com> | |
Fri, 16 Oct 2009 05:59:41 +0000 (22:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 19 Oct 2009 07:48:59 +0000 (00:48 -0700) | ||
commit | 7f98ebc8fd34107c6234cbad7b776054810b6fe1 | |
tree | 62b5bd0b004cf5d84f2784dc3138454cb0ae7c4b | tree | snapshot |
parent | ee50af1566e78354c1a2d0feea2115b99a535d9d | commit | diff |
format_commit_message(): fix function signature
The format template string was declared as "const void *" for some unknown
reason, even though it obviously is meant to be passed a string. Make it
"const char *".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The format template string was declared as "const void *" for some unknown
reason, even though it obviously is meant to be passed a string. Make it
"const char *".
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.h | diff | blob | history | |
pretty.c | diff | blob | history |