aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6300-for-each-ref.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-3/+3
2021-04-13Merge branch 'jk/ref-filter-segfault-fix'Junio C Hamano1-0/+10
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason1-3/+3
2021-04-01ref-filter: fix NULL check for parse object failureJeff King1-0/+10
2021-02-15ref-filter: use pretty.c logic for trailersHariom Verma1-0/+95
2021-02-15t6300: use function to test trailer optionsHariom Verma1-43/+47
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2020-12-07t6300: avoid using the default name of the initial branchJohannes Schindelin1-88/+90
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-09Merge branch 'hv/ref-filter-misc'Junio C Hamano1-0/+35
2020-08-31Merge branch 'hv/ref-filter-trailers-atom-parsing-fix'Junio C Hamano1-38/+18
2020-08-28ref-filter: add `sanitize` option for 'subject' atomHariom Verma1-0/+7
2020-08-28ref-filter: add `short` modifier to 'parent' atomHariom Verma1-0/+6
2020-08-28ref-filter: add `short` modifier to 'tree' atomHariom Verma1-0/+6
2020-08-28ref-filter: support different email formatsHariom Verma1-0/+16
2020-08-21ref-filter: 'contents:trailers' show error if `:` is missingHariom Verma1-0/+8
2020-08-21t6300: unify %(trailers) and %(contents:trailers) testsHariom Verma1-42/+14
2020-07-31t6300: fix issues related to %(contents:size)Alban Gruin1-2/+2
2020-07-16ref-filter: add support for %(contents:size)Christian Couder1-0/+19
2020-07-10t6300: test refs pointing to tree and blobChristian Couder1-0/+19
2020-05-08Merge branch 'jk/for-each-ref-multi-key-sort-fix'Junio C Hamano1-6/+88
2020-05-04ref-filter: apply fallback refname sort only after all user sortsJeff King1-6/+48
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King1-0/+40
2020-02-24t6300: make hash algorithm independentbrian m. carlson1-1/+1
2020-02-24t6300: abstract away SHA-1-specific constantsbrian m. carlson1-9/+16
2019-09-09Merge branch 'mp/for-each-ref-missing-name-or-email'Junio C Hamano1-0/+19
2019-08-22ref-filter: initialize empty name or email fieldsMischa POSLAWSKY1-0/+19
2019-06-27ref-filter.c: find disjoint pattern prefixesTaylor Blau1-0/+26
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-2/+11
2018-12-28ref-filter: add tests for deltabaseOlga Telezhnaya1-0/+3
2018-12-28ref-filter: add tests for objectsize:diskOlga Telezhnaya1-0/+3
2018-09-17Merge branch 'jk/trailer-fixes'Junio C Hamano1-0/+23
2018-08-23pretty, ref-filter: format %(trailers) with no_divider optionJeff King1-0/+23
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2018-07-24Merge branch 'jk/for-each-ref-icase'Junio C Hamano1-0/+11
2018-07-03ref-filter: avoid backend filtering with --ignore-caseJeff King1-1/+1
2018-07-03t6300: add a test for --ignore-caseJeff King1-0/+11
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson1-1/+1
2018-02-13t6300-for-each-ref: fix "more than one quoting style" testsSZEDER Gábor1-5/+2
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano1-0/+32
2017-11-08for-each-ref: test :remotename and :remoterefJohannes Schindelin1-0/+32
2017-10-18Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano1-0/+5
2017-10-17tag: respect color.ui configJeff King1-0/+5
2017-10-11Merge branch 'tb/show-trailers-in-ref-filter'Junio C Hamano1-2/+88
2017-10-07Merge branch 'tb/ref-filter-empty-modifier'Junio C Hamano1-0/+1
2017-10-05ref-filter.c: pass empty-string as NULL to atom parsersTaylor Blau1-0/+1
2017-10-04provide --color option for all ref-filter usersJeff King1-2/+2
2017-10-04test-terminal: set TERM=vt100Jeff King1-2/+1
2017-10-02ref-filter.c: parse trailers arguments with %(contents) atomTaylor Blau1-0/+38
2017-10-02ref-filter.c: use trailer_opts to format trailersTaylor Blau1-0/+41