author | Ren\e,bi\e(B Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Mon, 3 Sep 2007 18:06:36 +0000 (20:06 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Sep 2007 23:46:02 +0000 (16:46 -0700) | ||
commit | 7b95089c0f59a25bb1c506b6962eb64412c585eb | |
tree | 333a15a26ca26012b11d2f0af0b7880ffb4c083b | tree | snapshot |
parent | 1e61b7640d09015213dbcae3564fa27ac6a8c151 | commit | diff |
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>
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 | diff | blob | history | |
commit.h | diff | blob | history |