format_commit_message(): fix function signature
commit7f98ebc8fd34107c6234cbad7b776054810b6fe1
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2009 05:59:41 +0000 (15 22:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2009 07:48:59 +0000 (19 00:48 -0700)
tree62b5bd0b004cf5d84f2784dc3138454cb0ae7c4b
parentee50af1566e78354c1a2d0feea2115b99a535d9d
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>
commit.h
pretty.c