summaryrefslogtreecommitdiff
path: root/tests/resources/crlf_data/README
Commit message (Collapse)AuthorAgeFilesLines
* crlf: script to generate expected crlf data for adding files to indexSven Strickroth2018-12-031-1/+2
| | | | | | | | | | Include a shell script that will generate the expected data of OIDs and failures for calling git.git to capture its output as a test resource. Right now, there is no need to differentiate different systems as git behaves the same on all systems IIRC. Signed-off-by: Sven Strickroth <email@cs-ware.de>
* tests: add information about the crlf data generatorEdward Thomson2018-04-171-0/+2
The CRLF data generator is somewhat obscure; add information about how to use it and what it does.