Teach core.autocrlf to 'git apply'
commit6716027108f426c83038b05baf3f20ceefe6fbd1
authorJunio C Hamano <junkio@cox.net>
Sat, 17 Feb 2007 20:37:25 +0000 (17 12:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Feb 2007 23:27:47 +0000 (17 15:27 -0800)
tree0bc3ccc535c35dd30c1e003a8c759f5800c62122
parent634ede32ae7d4c76e96e88f9cd5c1b3a70ea08ac
Teach core.autocrlf to 'git apply'

This teaches git-apply that the data read from and written to
the filesystem might need to get converted to adjust for local
line-ending convention.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c
t/t0020-crlf.sh