Add LF-to-CRLF streaming conversion
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 May 2011 23:47:56 +0000 (16:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2011 23:47:15 +0000 (16:47 -0700)
If we do not have to guess or validate by scanning the input, we can
just stream this through.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found