summaryrefslogtreecommitdiff
path: root/t/t6112-rev-list-filters-objects.sh
AgeCommit message (Expand)Author
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-28list-objects-filter: implement composite filtersMatthew DeVore
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-01-15filter-options: expand scaled numbersJosh Steadmon
2019-01-15tree:<depth>: skip some trees even when collecting omitsMatthew DeVore
2019-01-15list-objects-filter: teach tree:# how to handle >0Matthew DeVore
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-18list-objects: support for skipping tree traversalMatthew DeVore
2018-10-15filter-trees: code clean-up of testsMatthew DeVore
2018-10-06list-objects-filter: implement filter tree:0Matthew DeVore
2018-10-06revision: mark non-user-given objects insteadMatthew DeVore
2018-10-06rev-list: handle missing tree objects properlyMatthew DeVore
2018-10-06tests: order arguments to git-rev-list properlyMatthew DeVore
2018-10-06tests: don't swallow Git errors upstream of pipesMatthew DeVore
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-10-06tests: standardize pipe placementMatthew DeVore
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2017-11-22rev-list: add list-objects filtering supportJeff Hostetler