1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-06 09:13:01 +01:00
git/tools
Junio C Hamano d4a9ce78f6 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>
2005-08-29 12:52:05 -07:00
..
.gitignore [PATCH] git bugfixes and cleanups, mainly Debian things 2005-08-26 12:54:27 -07:00
git-applymbox mailinfo and applymbox updates 2005-08-29 12:52:05 -07:00
git-applypatch Add hooks to tools/git-applypatch. 2005-08-19 16:23:31 -07:00
mailinfo.c mailinfo and applymbox updates 2005-08-29 12:52:05 -07:00
mailsplit.c Small typofix in mailsplit.c 2005-08-09 22:28:20 -07:00
Makefile Make tools use DESTDIR as well (otherwise rpm build is broken). 2005-08-16 11:59:09 -07:00