From: Junio C Hamano Date: Mon, 25 Dec 2006 19:48:35 +0000 (-0800) Subject: Teach log family --encoding X-Git-Tag: v1.5.0-rc1~158^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/52883fbd767f8a79a6f98a08907d0a9f6ba1ece1?ds=inline;hp=52883fbd767f8a79a6f98a08907d0a9f6ba1ece1 Teach log family --encoding Updated commit objects record the encoding used in their encoding header. This updates the log family to reencode it into the encoding specified in i18n.commitencoding (or the default, which is "utf-8") upon output. To force a specific encoding that is different, log family takes command line flag --encoding=; giving --encoding=none entirely disables the reencoding and lets you view log messges in their original encoding. Signed-off-by: Junio C Hamano ---