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-12-10Merge branch 'ps/ref-tests-update'Junio C Hamano
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt
2021-12-08t1430: create valid symrefs using test-helperHan-Wen Nienhuys
2021-12-08t1430: remove refs using test-toolHan-Wen Nienhuys
2021-12-08refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys
2021-10-26Merge branch 'ab/mark-leak-free-tests'Junio C Hamano
2021-10-13leak tests: mark various "generic" tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-09-27ref-filter: stop setting FILTER_REFS_INCLUDE_BROKENJeff King
2021-02-11tests: remove most 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
2017-11-15branch: correctly reject refs/heads/{-dash,HEAD}Junio C Hamano
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty
2016-04-10t1430: improve test coverage of deletion of badly-named refsMichael Haggerty
2016-04-10t1430: test for-each-ref in the presence of badly-named refsMichael Haggerty
2016-04-10t1430: don't rely on symbolic-ref for creating broken symrefsMichael Haggerty
2016-04-10t1430: clean up broken refs/tags/shadowMichael Haggerty
2016-04-10t1430: test the output and error of some commands more carefullyMichael Haggerty
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak
2015-04-16t1430: add another refs-escape testJeff King
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg