aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5317-pack-objects-filter-objects.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-03-16t/t5*: avoid redundant uses of catBeat Bolli1-1/+1
2023-10-02pack-objects: allow `--filter` without `--stdout`Christian Couder1-0/+8
2023-02-06tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe1-1/+1
2022-11-30t5317: demonstrate failure to handle multiple --filter optionsRené Scharfe1-0/+38
2022-11-30t5317: stop losing return codes of git ls-filesRené Scharfe1-24/+28
2022-04-06test-lib-functions: add parsing helpers for ls-files and ls-treeNeeraj Singh1-47/+44
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-5/+5
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-10/+10
2020-11-19t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2019-11-29t5317: use ! grep to check for no matching linesDenton Liu1-18/+3
2019-11-29t5317: stop losing return codes of git commandsDenton Liu1-6/+7
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder1-58/+13
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionJohannes Schindelin1-22/+22
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano1-0/+41
2018-10-15filter-trees: code clean-up of testsMatthew DeVore1-1/+1
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+28
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore1-0/+13
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore1-76/+80
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-17/+17
2018-10-07tests: standardize pipe placementMatthew DeVore1-138/+192
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan1-0/+16
2017-11-22pack-objects: add list-objects filteringJeff Hostetler1-0/+375