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