Revision ddfb3696b91e2a2261b79d0828a7a715e3d71c1e authored by Kirill Smelkov on 12 January 2009, 23:22:11 UTC, committed by Junio C Hamano on 12 January 2009, 23:22:11 UTC
At present we do headers unfolding (see RFC822 3.1.1. LONG HEADER FIELDS) for
all fields except 'From' (always) and 'Subject' (when keep_subject is set)

Not unfolding 'From' is a bug -- see above-mentioned RFC link.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 353aaf2
History
File Mode Size
.gitignore -rw-r--r-- 47 bytes
Git.pm -rw-r--r-- 34.6 KB
Makefile -rw-r--r-- 1.4 KB
Makefile.PL -rw-r--r-- 745 bytes
private-Error.pm -rw-r--r-- 18.6 KB

back to top