• Show log

    Commit

  • Hash : 3d804063
    Author : Edward Thomson
    Date : 2018-12-01T21:46:51

    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.
    

  • README

  • This test data was generated using the `tests/resources/generate_crlf.sh`
    (posix and windows directories) and `tests/resources/generate_crlf_checkin.sh`
    (checkin_results directory) scripts. Please see these scripts for usage information.