summaryrefslogtreecommitdiff
path: root/t/t0020-crlf.sh
AgeCommit message (Expand)Author
2016-10-17i18n: convert mark error messages for translationVasco Almeida
2015-03-25t0020: use test_* helpers instead of hand-rolled messagesJeff King
2015-03-25t0020: fix ignored exit code inside loopsJeff King
2015-03-20t0020: use modern test_* helpersJeff King
2014-04-29t0020-crlf.sh: use the $( ... ) construct for command substitutionElia Pinto
2013-06-25diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-05-12autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad
2010-01-26tests: consolidate CR removal/addition functionsStephen Boyd
2009-03-20Add a test for checking whether gitattributes is honored by checkout.Kristian Amlie
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-03-13more tr portability test script fixesJeff King
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-01-18Officially deprecate repo-config.Junio C Hamano
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand
2007-10-19attr: fix segfault in gitattributes parsing codeSteffen Prohaska
2007-08-15attr.c: read .gitattributes from index as well.Junio C Hamano
2007-04-20Update 'crlf' attribute semantics.Junio C Hamano
2007-04-15Change attribute negation marker from '!' to '-'.Junio C Hamano
2007-04-14Define 'crlf' attribute.Junio C Hamano
2007-02-17Teach core.autocrlf to 'git apply'Junio C Hamano
2007-02-14t0020: add test for auto-crlfJunio C Hamano