summaryrefslogtreecommitdiff
path: root/t/t3201-branch-contains.sh
AgeCommit message (Expand)Author
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-17t3201: finalize transitioning to using the branch name `main`Johannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t3[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman
2020-09-16t3201: test multiple branch filter combinationsAaron Lipman
2019-08-20t3201: abstract away SHA-1-specific constantsbrian m. carlson
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-23ref-filter: add test for --contains on a non-commitÆvar Arnfjörð Bjarmason
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2014-09-18branch: clean up commit flags after merge-filter walkJeff King
2013-02-01branch: let branch filters imply --listJeff King
2008-04-21Add tests for `branch --[no-]merged`Lars Hjemli
2008-03-13add test_cmp function for test scriptsJeff King
2007-11-23git-branch --contains: doc and testJunio C Hamano