summaryrefslogtreecommitdiff
path: root/t/t0020-crlf.sh
AgeCommit message (Expand)AuthorFilesLines
2019-12-20t0020: don't use `test_must_fail has_cr`Libravatar Denton Liu1-9/+9
2018-08-27Merge branch 'sg/t0020-conversion-fix'Libravatar Junio C Hamano1-1/+1
2018-08-22t0020-crlf: check the right fileLibravatar SZEDER Gábor1-1/+1
2018-06-11config.c: fix regression for core.safecrlf falseLibravatar Anthony Sottile1-0/+10
2016-10-17i18n: convert mark error messages for translationLibravatar Vasco Almeida1-1/+5
2015-03-25t0020: use test_* helpers instead of hand-rolled messagesLibravatar Jeff King1-33/+5
2015-03-25t0020: fix ignored exit code inside loopsLibravatar Jeff King1-35/+19
2015-03-20t0020: use modern test_* helpersLibravatar Jeff King1-116/+28
2014-04-29t0020-crlf.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-21/+21
2013-06-25diff: demote core.safecrlf=true to core.safecrlf=warnLibravatar Junio C Hamano1-0/+8
2010-11-09tests: add missing &&, batch 2Libravatar Jonathan Nieder1-1/+1
2010-05-11autocrlf: Make it work also for un-normalized repositoriesLibravatar Finn Arne Gangstad1-0/+52
2010-01-25tests: consolidate CR removal/addition functionsLibravatar Stephen Boyd1-34/+21
2009-03-20Add a test for checking whether gitattributes is honored by checkout.Libravatar Kristian Amlie1-0/+31
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-4/+4
2008-03-13more tr portability test script fixesLibravatar Jeff King1-1/+1
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsLibravatar Steffen Prohaska1-0/+58
2008-01-17Officially deprecate repo-config.Libravatar Junio C Hamano1-12/+12
2007-12-17the use of 'tr' in the test suite isn't really portableLibravatar H.Merijn Brand1-1/+1
2007-10-18attr: fix segfault in gitattributes parsing codeLibravatar Steffen Prohaska1-0/+7
2007-08-14attr.c: read .gitattributes from index as well.Libravatar Junio C Hamano1-0/+81
2007-04-19Update 'crlf' attribute semantics.Libravatar Junio C Hamano1-11/+63
2007-04-15Change attribute negation marker from '!' to '-'.Libravatar Junio C Hamano1-1/+1
2007-04-14Define 'crlf' attribute.Libravatar Junio C Hamano1-0/+24
2007-02-17Teach core.autocrlf to 'git apply'Libravatar Junio C Hamano1-4/+15
2007-02-14t0020: add test for auto-crlfLibravatar Junio C Hamano1-0/+206