1
0
mirror of https://github.com/git/git.git synced 2024-10-07 02:11:19 +02:00
git/tools
Junio C Hamano 1d8fa411e0 [PATCH] mailinfo: handle folded header.
Some people split their long E-mail address over two lines
using the RFC2822 header "folding".  We can lose authorship
information this way, so make a minimum effort to deal with it,
instead of special casing only the "Subject:" field.

We could teach mailsplit to unfold the folded header, but
teaching mailinfo about folding would make more sense; a single
message can be fed to mailinfo without going through mailsplit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-07-23 11:13:11 -07:00
..
applymbox [PATCH] tools/applymbox: allow manual fixing and continuing after a failure. 2005-07-22 16:29:28 -07:00
applypatch Prepare git-tools for merging into the main git archive 2005-07-16 10:05:26 -07:00
mailinfo.c [PATCH] mailinfo: handle folded header. 2005-07-23 11:13:11 -07:00
mailsplit.c Prepare git-tools for merging into the main git archive 2005-07-16 10:05:26 -07:00
Makefile [PATCH] Install tools with "make install-tools". 2005-07-22 20:34:16 -07:00