summaryrefslogtreecommitdiffstats
path: root/t/t6302-for-each-ref-filter.sh
AgeCommit message (Expand)AuthorLines
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin-3/+0
2021-05-20Merge branch 'zh/ref-filter-push-remote-fix'Junio C Hamano-0/+19
2021-05-12ref-filter: fix read invalid union member bugZheNing Hu-0/+19
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano-0/+3
2020-12-16t6302: use `main` as initial branch nameJohannes Schindelin-29/+30
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin-6/+6
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin-24/+24
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin-0/+3
2020-10-23tests: prepare aligned mentions of the default branch nameJohannes Schindelin-12/+12
2020-09-16ref-filter: allow merged and no-merged filtersAaron Lipman-2/+2
2019-05-07ref-filter: add worktreepath atomNickolai Belakovski-0/+13
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason-0/+16
2017-03-21ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason-0/+4
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak-0/+18
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak-0/+76
2016-05-09t6302: simplify non-gpg casesJeff King-23/+22
2016-03-06t6302: skip only signed tags rather than all tests when GPG is missingEric Sunshine-19/+25
2016-03-06t6302: also test annotated in addition to signed tagsEric Sunshine-0/+25
2016-03-06t6302: normalize names and descriptions of signed tagsEric Sunshine-15/+15
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak-0/+42
2015-09-17ref-filter: add support to sort by versionKarthik Nayak-0/+36
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak-0/+52
2015-09-17ref-filter: implement an `align` atomKarthik Nayak-0/+82
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak-0/+4
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak-0/+15
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak-0/+23
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak-0/+20
2015-08-03t6302: for-each-ref tests for ref-filter APIsKarthik Nayak-0/+26