diff options
author | Jürgen Rühle <j-r@online.de> | 2007-01-10 13:36:39 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-10 13:39:16 -0800 |
commit | 374c59056a0719fe1244280cdb6fdce48672f441 (patch) | |
tree | 931fabdb7941e448f6bdf9396af8a13d77c67bf8 /Makefile | |
parent | Add git-init documentation. (diff) | |
download | tgif-374c59056a0719fe1244280cdb6fdce48672f441.tar.xz |
send-email: work around double encoding of in-body From field.
git-send-email sends out the message taken from format-patch
output without quoting nor encoding. When copying the From:
line to form in-body From: field, it should not copy it
verbatim, because the From: for the header is quoted according
to RFC 2047 when not ASCII.
The original came from Jürgen Rühle, but I moved the
string munging into a separate function so that later other
people can tweak it more easily. Bugs introduced during the
translation are mine.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions