]> git.ipfire.org Git - thirdparty/git.git/commit - convert.c
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)
commite322ee38ad8d655f5a32b3482ae9ce813b73e4bc
tree1993de07e6196b7e3ea917d072c3c212be6203cc
parent4ae6670444388f5ba68850e42a93af4019922c26
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 <gitster@pobox.com>
convert.c