t0020: add test for auto-crlf
commit634ede32ae7d4c76e96e88f9cd5c1b3a70ea08ac
authorJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 22:54:00 +0000 (14 14:54 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 22:54:00 +0000 (14 14:54 -0800)
tree7683642214feb031b062cd4e4f8496b2bab48e59
parentd7f4633405acf3dc09798a759463c616c7c49dfd
t0020: add test for auto-crlf

This tests lowlevel of update/checkout codepaths and some patch
application.  Currently, variants of "git apply" that look at
the working tree files does not work, so it does not test the
patch application without parameter and with --index parameter
when autocrlf is set to produce CRLF files.

We should add test for diff generation too.

Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t0020-crlf.sh [new file with mode: 0755]