Staging
v0.8.1
Revision 4b46e22d48271d1a220133a925dc5009048eb577 authored by Junio C Hamano on 30 December 2006, 10:18:24 UTC, committed by Junio C Hamano on 30 December 2006, 10:18:24 UTC
Telling the git-log family not to do any character conversion is
done with --encoding=none, which sets log_output_encoding to an
empty string.  However, logmsg_reencode() confused this with
log_output_encoding and commit_encoding set to NULL.  The latter
means we should use the default encoding (i.e. utf-8).

Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1ed4813
History
File Mode Size
sha1.c -rw-r--r-- 1.8 KB
sha1.h -rw-r--r-- 402 bytes
sha1_arm.S -rw-r--r-- 3.5 KB

back to top