From 3d804063d902608145e9bac6c89e7ef644584edf Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sat, 1 Dec 2018 21:46:51 +0000 Subject: crlf_data: add corpus of known-good odb-filtered data Use the crlf data scripts to produce a corpus of known-good data in "git" format (aka ODB format) from a variety of files with different line endings. `git` created these files running `git add` to stage the contents then extracting the data from the repository. We'll use these to ensure that we create identical contents when we add files into the index. --- .../autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes (limited to 'tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes') diff --git a/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes b/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes new file mode 100644 index 000000000..fa1385d99 --- /dev/null +++ b/tests/resources/crlf_data/windows_to_odb/autocrlf_true,safecrlf_warn,-text/_workdir/.gitattributes @@ -0,0 +1 @@ +* -text -- cgit v1.2.1