git p4 test: newline handling
commitdfbf3937008c72cec25dc68da3362cb972a26078
authorPete Wyckoff <pw@padd.com>
Sun, 27 Jan 2013 03:11:14 +0000 (26 22:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jan 2013 06:00:39 +0000 (26 22:00 -0800)
treea4ef82cdb786f156fa82792d1bb4234d8b6ec858
parent7f0e596276aa120059b0f2df235a8ba1cb9b2554
git p4 test: newline handling

P4 stores newlines in the depos as \n.  By default, git does this
too, both on unix and windows.  Test to make sure that this stays
true.

Both git and p4 have mechanisms to use \r\n in the working
directory.  Exercise these.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9802-git-p4-filetype.sh