Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-09t: drop "verbose" helper functionJeff King
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine
2021-11-19checkout: fix "branch info" memory leaksÆvar Arnfjörð Bjarmason
2021-02-11tests: remove last uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason
2020-11-20t[01]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2019-12-20t0020: don't use `test_must_fail has_cr`Denton Liu
2018-08-28Merge branch 'sg/t0020-conversion-fix'Junio C Hamano
2018-08-22t0020-crlf: check the right fileSZEDER Gábor
2018-06-11config.c: fix regression for core.safecrlf falseAnthony Sottile
2016-10-18i18n: 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-26diff: demote core.safecrlf=true to core.safecrlf=warnJunio C Hamano
2010-11-10tests: 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-14t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-03-13more tr portability test script fixesJeff King
2008-02-07safecrlf: 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-16Change attribute negation marker from '!' to '-'.Junio C Hamano
2007-04-14Define 'crlf' attribute.Junio C Hamano
2007-02-18Teach core.autocrlf to 'git apply'Junio C Hamano
2007-02-15t0020: add test for auto-crlfJunio C Hamano