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
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King
2019-09-16t5616: test cloning/fetching with sparse:oid=<oid> filterJon Simons
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore
2019-06-26promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-26Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-12t5616: cover case of client having delta baseJonathan Tan
2019-06-12t5616: use correct flag to check object is missingJonathan Tan
2019-05-15index-pack: prefetch missing REF_DELTA basesJonathan Tan
2019-05-15t5616: refactor packfile replacementJonathan Tan
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2019-01-05Merge branch 'nd/i18n'Junio C Hamano
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-19Merge branch 'jt/fetch-tips-in-partial-clone'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-07tests: order arguments to git-rev-list properlyMatthew DeVore
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore
2018-10-07tests: standardize pipe placementMatthew DeVore
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan
2018-07-16tag: don't warn if target is missing but promisedJonathan Tan
2018-07-16revision: tolerate promised targets of tagsJonathan Tan
2018-07-09clone: check connectivity even if clone is partialJonathan Tan
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan
2018-03-15fetch-pack: do not check links for partial fetchJonathan Tan
2017-12-08t5616: test bulk prefetch after partial fetchJeff Hostetler
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler
2017-12-08t5616: end-to-end tests for partial cloneJeff Hostetler