From: Junio C Hamano Date: Fri, 20 May 2011 23:47:56 +0000 (-0700) Subject: Add LF-to-CRLF streaming conversion X-Git-Tag: v1.7.7-rc0~112^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e322ee38ad8d655f5a32b3482ae9ce813b73e4bc?ds=inline;hp=e322ee38ad8d655f5a32b3482ae9ce813b73e4bc Add LF-to-CRLF streaming conversion 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 ---