Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-03pack-objects: allow `--filter` without `--stdout`Christian Couder
2023-02-07tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe
2022-11-30t5317: demonstrate failure to handle multiple --filter optionsRené Scharfe
2022-11-30t5317: stop losing return codes of git ls-filesRené Scharfe
2022-04-06test-lib-functions: add parsing helpers for ls-files and ls-treeNeeraj Singh
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2020-11-20t5[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2019-11-30t5317: use ! grep to check for no matching linesDenton Liu
2019-11-30t5317: stop losing return codes of git commandsDenton Liu
2019-05-29list-objects-filter: disable 'sparse:path' filtersChristian Couder
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionJohannes Schindelin
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-15filter-trees: code clean-up of testsMatthew DeVore
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-10-07tests: standardize pipe placementMatthew DeVore
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan
2017-11-22pack-objects: add list-objects filteringJeff Hostetler