]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility
authorBrandon Casey <casey@nrlssc.navy.mil>
Mon, 18 May 2009 23:44:39 +0000 (18:44 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2009 03:53:12 +0000 (20:53 -0700)
commit330db18c0277dcfcf322bb61c688acfb5ddf3867
treef25c13a0efa8356046fc223bdf44bae0a12fe789
parent5ae93dfdccfe9457bdb1f54b33c76359f6c3b861
Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibility

Some ancient platforms (Solaris 7, IRIX 6.5) do not understand 'utf-8', but
all tested implementations understand 'UTF-8'.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c
builtin-mailinfo.c
builtin-revert.c
pretty.c