summaryrefslogtreecommitdiffstats
path: root/t/t0020-crlf.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a test for checking whether gitattributes is honored by checkout.Kristian Amlie2009-03-201-0/+31
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-4/+4
* more tr portability test script fixesJeff King2008-03-131-1/+1
* safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-0/+58
* Officially deprecate repo-config.Junio C Hamano2008-01-181-12/+12
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-181-1/+1
* attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-191-0/+7
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-151-0/+81
* Update 'crlf' attribute semantics.Junio C Hamano2007-04-201-11/+63
* Change attribute negation marker from '!' to '-'.Junio C Hamano2007-04-161-1/+1
* Define 'crlf' attribute.Junio C Hamano2007-04-141-0/+24
* Teach core.autocrlf to 'git apply'Junio C Hamano2007-02-181-4/+15
* t0020: add test for auto-crlfJunio C Hamano2007-02-141-0/+206