Correctly mark cover letters' encodings if they are not pure ASCII
commit0a7f448355f38b8a626ec3c120ad7118690897fe
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 10 Aug 2009 16:22:22 +0000 (10 18:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2009 21:39:41 +0000 (10 14:39 -0700)
tree810c474837571e3d60dfd8774094375efc4a041a
parent28e9cf6512cae1b50a2d2003bb59da4392d99e2e
Correctly mark cover letters' encodings if they are not pure ASCII

If your name is, say, Üwë, you want your cover letters to appear
correctly.  Convince format-patch to mark it as 8-bit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c