summaryrefslogtreecommitdiff
path: root/t/t0020-crlf.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-031-14/+14
|\
| * tests: use test_write_lines() to generate line-oriented outputEric Sunshine2021-12-131-14/+14
* | checkout: fix "branch info" memory leaksÆvar Arnfjörð Bjarmason2021-11-181-0/+1
|/
* tests: remove last uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason2021-02-101-4/+2
* t[01]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-5/+5
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* t0020: don't use `test_must_fail has_cr`Denton Liu2019-12-201-9/+9
* Merge branch 'sg/t0020-conversion-fix'Junio C Hamano2018-08-271-1/+1
|\
| * t0020-crlf: check the right fileSZEDER Gábor2018-08-221-1/+1
* | config.c: fix regression for core.safecrlf falseAnthony Sottile2018-06-111-0/+10
* | i18n: convert mark error messages for translationVasco Almeida2016-10-171-1/+5
* | 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