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-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2021-12-13t6000-t9999: detect and signal failure within loopEric Sunshine
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine
2021-04-20rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-04-20list-objects: implement object type filterPatrick Steinhardt
2020-11-20t6[0-3]*: 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-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-16filter-options: expand scaled numbersJosh Steadmon
2019-01-16tree:<depth>: skip some trees even when collecting omitsMatthew DeVore
2019-01-16list-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-07list-objects-filter: implement filter tree:0Matthew DeVore
2018-10-07revision: mark non-user-given objects insteadMatthew DeVore
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore
2018-10-07tests: order arguments to git-rev-list 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-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