author | Junio C Hamano <junkio@cox.net> | |
Sun, 28 Aug 2005 19:33:16 +0000 (12:33 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 29 Aug 2005 19:52:05 +0000 (12:52 -0700) | ||
commit | d4a9ce78f6d516568bfca4d808033d9e8254c33f | |
tree | 67d2068577ae13e59bb78f07cebec342727c5da6 | tree | snapshot |
parent | de2b82c65dac0e9768bc32f38e96b61d0b778843 | commit | diff |
mailinfo and applymbox updates
This attempts to minimally cope with a subset of MIME "features" often
seen in patches sent to our mailing lists. Namely:
- People's name spelled in characters outside ASCII (both on From:
header and the signed-off-by line).
- Content-transfer-encoding using quoted-printable (both in
multipart and non-multipart messages).
These MIME features are detected and decoded by "git mailinfo".
Optionally, with the '-u' flag, the output to .info and .msg is
transliterated from its original chaset to utf-8. This is to
encourage people to use utf8 in their commit messages for
interoperability.
Applymbox accepts additional flag '-u' which is passed to mailinfo.
Signed-off-by: Junio C Hamano / 濱野 純 <junkio@cox.net>
This attempts to minimally cope with a subset of MIME "features" often
seen in patches sent to our mailing lists. Namely:
- People's name spelled in characters outside ASCII (both on From:
header and the signed-off-by line).
- Content-transfer-encoding using quoted-printable (both in
multipart and non-multipart messages).
These MIME features are detected and decoded by "git mailinfo".
Optionally, with the '-u' flag, the output to .info and .msg is
transliterated from its original chaset to utf-8. This is to
encourage people to use utf8 in their commit messages for
interoperability.
Applymbox accepts additional flag '-u' which is passed to mailinfo.
Signed-off-by: Junio C Hamano / 濱野 純 <junkio@cox.net>
tools/git-applymbox | diff | blob | history | |
tools/mailinfo.c | diff | blob | history |