aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1430-bad-ref-name.sh
AgeCommit message (Expand)AuthorFilesLines
2023-12-09Merge branch 'ps/ref-tests-update'Junio C Hamano1-6/+6
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-11/+11
2023-11-03t: convert tests to not access symrefs via the filesystemPatrick Steinhardt1-6/+6
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-11/+11
2023-11-01t: use git-show-ref(1) to check for ref existencePatrick Steinhardt1-9/+18
2021-12-07t1430: create valid symrefs using test-helperHan-Wen Nienhuys1-8/+6
2021-12-07t1430: remove refs using test-toolHan-Wen Nienhuys1-12/+12
2021-12-07refs: introduce REF_SKIP_REFNAME_VERIFICATION flagHan-Wen Nienhuys1-27/+32
2021-10-25Merge branch 'ab/mark-leak-free-tests'Junio C Hamano1-0/+1
2021-10-12leak tests: mark various "generic" tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-09-27ref-filter: stop setting FILTER_REFS_INCLUDE_BROKENJeff King1-1/+1
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t[01]*: adjust the references to the default branch name "main"Johannes Schindelin1-27/+27
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2017-11-15branch: correctly reject refs/heads/{-dash,HEAD}Junio C Hamano1-0/+43
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason1-1/+1
2016-06-13ref_transaction_update(): check refname_is_safe() at a minimumMichael Haggerty1-1/+1
2016-04-10t1430: improve test coverage of deletion of badly-named refsMichael Haggerty1-8/+96
2016-04-10t1430: test for-each-ref in the presence of badly-named refsMichael Haggerty1-0/+16
2016-04-10t1430: don't rely on symbolic-ref for creating broken symrefsMichael Haggerty1-2/+2
2016-04-10t1430: clean up broken refs/tags/shadowMichael Haggerty1-1/+1
2016-04-10t1430: test the output and error of some commands more carefullyMichael Haggerty1-6/+12
2015-09-25branch.c: use 'ref-filter' APIsKarthik Nayak1-11/+20
2015-04-16t1430: add another refs-escape testJeff King1-0/+8
2014-10-15refs.c: allow listing and deleting badly named refsRonnie Sahlberg1-1/+124
2014-10-15test: put tests for handling of bad ref names in one placeRonnie Sahlberg1-0/+84