commit | dfbf3937008c72cec25dc68da3362cb972a26078 | [log] [tgz] |
---|---|---|
author | Pete Wyckoff <pw@padd.com> | Sat Jan 26 22:11:14 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Jan 26 22:00:39 2013 -0800 |
tree | a4ef82cdb786f156fa82792d1bb4234d8b6ec858 | |
parent | 7f0e596276aa120059b0f2df235a8ba1cb9b2554 [diff] |
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>