summaryrefslogtreecommitdiff
path: root/t/t6302-for-each-ref-filter.sh
AgeCommit message (Expand)Author
2021-05-19Merge branch 'zh/ref-filter-push-remote-fix'Junio C Hamano
2021-05-11ref-filter: fix read invalid union member bugZheNing Hu
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2020-12-17t6302: use `main` as initial branch nameJohannes Schindelin
2020-11-19tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer neededJohannes Schindelin
2020-11-19t6[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
2019-05-07ref-filter: add worktreepath atomNickolai Belakovski
2017-03-24ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason
2017-03-21ref-filter: make combining --merged & --no-merged an errorÆvar Arnfjörð Bjarmason
2017-01-10ref-filter: implement %(if:equals=<string>) and %(if:notequals=<string>)Karthik Nayak
2017-01-10ref-filter: implement %(if), %(then), and %(else) atomsKarthik Nayak
2016-05-09t6302: simplify non-gpg casesJeff King
2016-03-07t6302: skip only signed tags rather than all tests when GPG is missingEric Sunshine
2016-03-07t6302: also test annotated in addition to signed tagsEric Sunshine
2016-03-07t6302: normalize names and descriptions of signed tagsEric Sunshine
2016-02-17ref-filter: align: introduce long-form syntaxKarthik Nayak
2015-09-17ref-filter: add support to sort by versionKarthik Nayak
2015-09-17ref-filter: add support for %(contents:lines=X)Karthik Nayak
2015-09-17ref-filter: implement an `align` atomKarthik Nayak
2015-09-17ref-filter: introduce match_atom_name()Karthik Nayak
2015-08-03for-each-ref: add '--contains' optionKarthik Nayak
2015-08-03for-each-ref: add '--merged' and '--no-merged' optionsKarthik Nayak
2015-08-03for-each-ref: add '--points-at' optionKarthik Nayak
2015-08-03t6302: for-each-ref tests for ref-filter APIsKarthik Nayak