Export format_commit_message()
commit7b95089c0f59a25bb1c506b6962eb64412c585eb
authorRen\e,bi\e(B Scharfe <rene.scharfe@lsrfire.ath.cx>
Mon, 3 Sep 2007 18:06:36 +0000 (3 20:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2007 23:46:02 +0000 (3 16:46 -0700)
tree333a15a26ca26012b11d2f0af0b7880ffb4c083b
parent1e61b7640d09015213dbcae3564fa27ac6a8c151
Export format_commit_message()

Drop the parameter "msg" of format_commit_message() (as it can be
inferred from the parameter "commit"), add a parameter "template"
in order to avoid accessing the static variable user_format
directly and export the result.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c
commit.h