aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6112-rev-list-filters-objects.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-16t/t6*: avoid redundant uses of catBeat Bolli1-1/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-1/+1
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine1-4/+4
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-7/+7
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt1-0/+28
2021-04-19list-objects: implement object type filterPatrick Steinhardt1-0/+44
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-8/+8
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore1-5/+41
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore1-7/+0
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore1-1/+150
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder1-26/+13
2019-01-15filter-options: expand scaled numbersJosh Steadmon1-0/+17
2019-01-15tree:<depth>: skip some trees even when collecting omitsMatthew DeVore1-1/+10
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore1-0/+111
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano1-0/+62
2018-10-18list-objects: support for skipping tree traversalMatthew DeVore1-0/+13
2018-10-15filter-trees: code clean-up of testsMatthew DeVore1-3/+3
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+15
2018-10-07revision: mark non-user-given objects insteadMatthew DeVore1-0/+12
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore1-0/+22
2018-10-07tests: order arguments to git-rev-list properlyMatthew DeVore1-16/+27
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore1-50/+53
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-12/+12
2018-10-07tests: standardize pipe placementMatthew DeVore1-88/+115
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-2/+1
2017-11-22rev-list: add list-objects filtering supportJeff Hostetler1-0/+225