Skip to content
  • Torsten Bögershausen's avatar
    t0025: rename the test files · b0cdb4da
    Torsten Bögershausen authored and Junio C Hamano's avatar Junio C Hamano committed
    The current test files are named one, two and three.
    Make it clearer what the tests do and rename them into
    LFonly, CRLFonly and LFwithNUL.
    
    After the renaming we can see easier that we may want more test cases
    for 2 types of files:
    - files which have mixed LF and CRLF line endings,
    - files which have mixed LF and CR line endings.
    
    See commit fd6cce9e
    
    , "Add per-repository eol normalization" and
    "the new safer autocrlf handling" in convert.c
    
    Signed-off-by: default avatarTorsten Bögershausen <tboegi@web.de>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    b0cdb4da