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)
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>

No differences found