summaryrefslogtreecommitdiff
path: root/t/t0020-crlf.sh
Commit message (Expand)AuthorAgeFilesLines
* t0020: use test_* helpers instead of hand-rolled messagesJeff King2015-03-251-33/+5
* t0020: fix ignored exit code inside loopsJeff King2015-03-251-35/+19
* t0020: use modern test_* helpersJeff King2015-03-201-116/+28
* t0020-crlf.sh: use the $( ... ) construct for command substitutionElia Pinto2014-04-291-21/+21
* diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano2013-06-251-0/+8
* tests: add missing &&, batch 2Jonathan Nieder2010-11-091-1/+1
* autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad2010-05-111-0/+52
* tests: consolidate CR removal/addition functionsStephen Boyd2010-01-251-34/+21
* 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-171-12/+12
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-171-1/+1
* attr: fix segfault in gitattributes parsing codeSteffen Prohaska2007-10-181-0/+7
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-141-0/+81
* Update 'crlf' attribute semantics.Junio C Hamano2007-04-191-11/+63
* Change attribute negation marker from '!' to '-'.Junio C Hamano2007-04-151-1/+1
* Define 'crlf' attribute.Junio C Hamano2007-04-141-0/+24
* Teach core.autocrlf to 'git apply'Junio C Hamano2007-02-171-4/+15
* t0020: add test for auto-crlfJunio C Hamano2007-02-141-0/+206