Fixed Cygwin CR-munging problem in mailsplit
authorSalikh Zakirov <Salikh.Zakirov@Intel.com>
Sat, 27 May 2006 17:57:29 +0000 (21:57 +0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 May 2006 04:46:03 +0000 (21:46 -0700)
commit347f1d2608471cbc64f1cf25943f8d6f89256d2c
tree1f6080362de4943beaa8e1c460f4edcf1c4640f1
parent481176f752f204316ec570c8ab3fdf0c297b3259
Fixed Cygwin CR-munging problem in mailsplit

Do not open mailbox file as fopen(..., "rt")
as this strips CR characters from the diff,
thus breaking the patch context for changes
in CRLF files.

Signed-off-by: Salikh Zakirov <Salikh.Zakirov@Intel.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
mailsplit.c