pretty: remove reencode_commit_message()
commite297cf5aff0264c16b6c325c0beab71bc04cd496
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 00:12:55 +0000 (17 17:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Oct 2012 05:42:40 +0000 (17 22:42 -0700)
tree66de5f62e9b60fab2b3fe7ef1e3c230365134894
parent87a5461fa7b30f7b7baf27204f10219d61500fbf
pretty: remove reencode_commit_message()

This function has only two callsites, and is a thin wrapper whose
usefulness is dubious.  When the caller needs to learn the log
output encoding, it should be able to do so by directly calling
get_log_output_encoding() and calling the underlying
logmsg_reencode() with it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
commit.h
pretty.c