libgit2/tests/checkout
Carlos Martín Nieto 5a76ad35aa crlf: pass-through mixed EOL buffers from LF->CRLF
When checking out files, we're performing conversion into the user's
native line endings, but we only want to do it for files which have
consistent line endings. Refuse to perform the conversion for mixed-EOL
files.

The CRLF->LF filter is left as-is, as that conversion is considered to be
normalization by git and should force a conversion of the line endings.
2014-06-23 22:27:12 +02:00
..
binaryunicode.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
checkout_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
checkout_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
conflict.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
crlf.c crlf: pass-through mixed EOL buffers from LF->CRLF 2014-06-23 22:27:12 +02:00
head.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
index.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
tree.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
typechange.c git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00