aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5616-partial-clone.sh
AgeCommit message (Expand)AuthorFilesLines
2025-04-07t/lib-httpd: refactor "one-time-perl" CGI script to not depend on PerlPatrick Steinhardt1-22/+26
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-3/+3
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-12index-pack: repack local links into promisor packsJonathan Tan1-0/+30
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-0/+1
2024-09-05builtin/pack-objects: plug leaking list of keep-packsPatrick Steinhardt1-0/+1
2024-08-16run-command: fix detaching when running auto maintenancePatrick Steinhardt1-3/+3
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-11/+11
2023-06-26config: don't BUG when both kvi and source are setGlen Choo1-2/+8
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-1/+1
2022-12-26read-tree + fetch tests: test failing "--super-prefix" interactionGlen Choo1-0/+43
2022-10-06Sync with 2.36.3Taylor Blau1-0/+2
2022-10-06Sync with 2.35.5Taylor Blau1-0/+2
2022-10-06Sync with 2.34.5Taylor Blau1-0/+2
2022-10-06Sync with 2.31.5Taylor Blau1-0/+2
2022-10-06Sync with 2.30.6Taylor Blau1-0/+2
2022-10-01t/t5NNN: allow local submodulesTaylor Blau1-0/+2
2022-09-13Merge branch 'jk/is-promisor-object-keep-tree-in-use' into maintJunio C Hamano1-0/+7
2022-08-14is_promisor_object(): fix use-after-free of tree bufferJeff King1-0/+7
2022-03-28fetch: after refetch, encourage auto gc repackingRobert Coup1-0/+29
2022-03-28t5615-partial-clone: add test for fetch --refetchRobert Coup1-1/+51
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-6/+6
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-9/+9
2021-04-28repack: avoid loosening promisor objects in partial clonesRafael Silva1-0/+8
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-25/+28
2020-12-17Merge branch 'tb/partial-clone-filters-fix'Junio C Hamano1-1/+9
2020-12-03upload-pack.c: don't free allowed_filters util pointersTaylor Blau1-1/+9
2020-12-03upload-pack: propagate return value from object filter config callbackJeff King1-0/+8
2020-11-19t5[6-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-26/+26
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano1-0/+20
2020-08-20fetch-pack: in partial clone, pass --promisorJonathan Tan1-0/+16
2020-08-18fetch-pack: do not lazy-fetch during ref iterationJonathan Tan1-0/+20
2020-08-11Merge branch 'tb/upload-pack-filters'Junio C Hamano1-0/+33
2020-08-05t5616: use test_i18ngrep for upload-pack errorsJeff King1-4/+4
2020-08-03upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau1-0/+9
2020-08-03upload-pack.c: allow banning certain object filter(s)Taylor Blau1-0/+24
2020-07-16upload-pack: do not lazy-fetch "have" objectsJonathan Tan1-0/+38
2020-05-13Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano1-4/+3
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder1-4/+3
2020-04-28Merge branch 'dd/test-with-busybox'Junio C Hamano1-1/+1
2020-04-22Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'Junio C Hamano1-0/+8
2020-04-01clone: use "quick" lookup while following tagsJeff King1-0/+8
2020-03-25t5616: use rev-parse instead to get HEAD's object_idĐoàn Trần Công Danh1-1/+1
2020-03-05Merge branch 'js/ci-windows-update'Junio C Hamano1-17/+21
2020-03-02Merge branch 'ds/partial-clone-fixes'Junio C Hamano1-0/+31
2020-02-27t/lib-httpd: avoid using macOS' sedJohannes Schindelin1-17/+21
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee1-1/+1
2020-02-22partial-clone: demonstrate bugs in partial fetchDerrick Stolee1-0/+31
2020-01-27t5616: make robust to delta base changeJonathan Tan1-13/+23
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano1-0/+70
2019-11-08fetch: remove fetch_if_missing=0Jonathan Tan1-0/+70
2019-10-16fetch-pack: write fetched refs to .promisorJonathan Tan1-0/+8
2019-10-07Merge branch 'jk/partial-clone-sparse-blob'Junio C Hamano1-0/+36
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano1-0/+19
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano1-2/+2
2019-09-16list-objects-filter: give a more specific error sparse parsing errorJon Simons1-1/+1
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King1-2/+2
2019-09-16t5616: test cloning/fetching with sparse:oid=<oid> filterJon Simons1-0/+36
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor1-0/+3
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore1-0/+19
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-1/+1
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder1-1/+1
2019-06-11t5616: cover case of client having delta baseJonathan Tan1-11/+28
2019-06-11t5616: use correct flag to check object is missingJonathan Tan1-1/+1
2019-05-15index-pack: prefetch missing REF_DELTA basesJonathan Tan1-0/+61
2019-05-15t5616: refactor packfile replacementJonathan Tan1-13/+21
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-2/+0
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-1/+1
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano1-0/+42
2018-10-19Merge branch 'jt/fetch-tips-in-partial-clone'Junio C Hamano1-0/+17
2018-10-15filter-trees: code clean-up of testsMatthew DeVore1-1/+1
2018-10-07list-objects-filter: implement filter tree:0Matthew DeVore1-0/+42
2018-10-07tests: order arguments to git-rev-list properlyMatthew DeVore1-11/+15
2018-10-07tests: don't swallow Git errors upstream of pipesMatthew DeVore1-6/+8
2018-10-07tests: standardize pipe placementMatthew DeVore1-13/+19
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan1-0/+17
2018-07-16tag: don't warn if target is missing but promisedJonathan Tan1-2/+7
2018-07-16revision: tolerate promised targets of tagsJonathan Tan1-0/+39
2018-07-09clone: check connectivity even if clone is partialJonathan Tan1-0/+48
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan1-0/+16
2018-03-15fetch-pack: do not check links for partial fetchJonathan Tan1-0/+11
2017-12-08t5616: test bulk prefetch after partial fetchJeff Hostetler1-1/+31
2017-12-08fetch: inherit filter-spec from partial cloneJeff Hostetler1-1/+21
2017-12-08t5616: end-to-end tests for partial cloneJeff Hostetler1-0/+96