summaryrefslogtreecommitdiff
path: root/t/t5616-partial-clone.sh
AgeCommit message (Expand)Author
2020-05-13Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder
2020-04-28Merge branch 'dd/test-with-busybox'Junio C Hamano
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano
2020-04-01clone: use "quick" lookup while following tagsJeff King
2020-03-25t5616: use rev-parse instead to get HEAD's object_idĐoàn Trần Công Danh
2020-03-05Merge branch 'js/ci-windows-update'Junio C Hamano
2020-03-02Merge branch 'ds/partial-clone-fixes'Junio C Hamano
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee
2020-02-22partial-clone: demonstrate bugs in partial fetchDerrick Stolee
2020-01-27t5616: make robust to delta base changeJonathan Tan
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-11-08fetch: remove fetch_if_missing=0Jonathan Tan
2019-10-16fetch-pack: write fetched refs to .promisorJonathan Tan
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-16list-objects-filter: give a more specific error sparse parsing errorJon Simons
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-25promisor-remote: parse remote.*.partialclonefilterChristian Couder
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-06-11t5616: cover case of client having delta baseJonathan Tan
2019-06-11t5616: 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-04Merge 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-06list-objects-filter: implement filter tree:0Matthew 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-06tests: 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