t0027: cleanup: rename functions; avoid non-leading TABs
commitad295bbca2fb88e2056fd466817bbbf344c750f4
authorTorsten Bögershausen <tboegi@web.de>
Fri, 17 Apr 2015 15:43:43 +0000 (17 17:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Apr 2015 18:47:23 +0000 (18 11:47 -0700)
treee70474b605ef79e48dff74873d2d2fd6216395bb
parent3d6bc9a763f56156b424e7382b4029a67a49847e
t0027: cleanup: rename functions; avoid non-leading TABs

Make more clear what the tests are doing:

  commit_check_warn():
    Commit files and checks for conversion warnings.
    Old name: create_file_in_repo()

  checkout_files():
    Checkout files from the repo and check if they have
    the appropriate line endings in the work space.
    Old name: check_files_in_ws()

Replace non-leading TABS with spaces

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0027-auto-crlf.sh