aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0020-crlf.sh
AgeCommit message (Expand)AuthorFilesLines
2023-05-08t: drop "verbose" helper functionJeff King1-19/+19
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-14/+14
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-14/+14
2021-11-18checkout: fix "branch info" memory leaksÆvar Arnfjörð Bjarmason1-0/+1
2021-02-10tests: remove last uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-4/+2
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-5/+5
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-12-20t0020: don't use `test_must_fail has_cr`Denton Liu1-9/+9
2018-08-27Merge branch 'sg/t0020-conversion-fix'Junio C Hamano1-1/+1
2018-08-22t0020-crlf: check the right fileSZEDER Gábor1-1/+1
2018-06-11config.c: fix regression for core.safecrlf falseAnthony Sottile1-0/+10
2016-10-17i18n: convert mark error messages for translationVasco Almeida1-1/+5
2015-03-25t0020: use test_* helpers instead of hand-rolled messagesJeff King1-33/+5
2015-03-25t0020: fix ignored exit code inside loopsJeff King1-35/+19
2015-03-20t0020: use modern test_* helpersJeff King1-116/+28
2014-04-29t0020-crlf.sh: use the $( ... ) construct for command substitutionElia Pinto1-21/+21
2013-06-25diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano1-0/+8
2010-11-09tests: add missing &&, batch 2Jonathan Nieder1-1/+1
2010-05-11autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad1-0/+52
2010-01-25tests: consolidate CR removal/addition functionsStephen Boyd1-34/+21
2009-03-20Add a test for checking whether gitattributes is honored by checkout.Kristian Amlie1-0/+31
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-4/+4
2008-03-13more tr portability test script fixesJeff King1-1/+1
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-0/+58
2008-01-17Officially deprecate repo-config.Junio C Hamano1-12/+12
2007-12-17the use of 'tr' in the test suite isn't really portableH.Merijn Brand1-1/+1
2007-10-18attr: fix segfault in gitattributes parsing codeSteffen Prohaska1-0/+7
2007-08-14attr.c: read .gitattributes from index as well.Junio C Hamano1-0/+81
2007-04-19Update 'crlf' attribute semantics.Junio C Hamano1-11/+63
2007-04-15Change attribute negation marker from '!' to '-'.Junio C Hamano1-1/+1
2007-04-14Define 'crlf' attribute.Junio C Hamano1-0/+24
2007-02-17Teach core.autocrlf to 'git apply'Junio C Hamano1-4/+15
2007-02-14t0020: add test for auto-crlfJunio C Hamano1-0/+206