aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0410-partial-clone.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano1-0/+15
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano1-0/+15
2024-02-15t0410: convert tests to use DEFAULT_REPO_FORMAT prereqPatrick Steinhardt1-2/+2
2023-12-03t0410: mark tests to require the reffiles backendPatrick Steinhardt1-2/+2
2022-10-05promisor-remote: die upon failing fetchJonathan Tan1-0/+14
2022-03-16partial-clone: add a partial-clone test caseAbhradeep Chakraborty1-0/+19
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-10-15fsck: verify commit graph when implicitly enabledGlen Choo1-1/+5
2021-09-01t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAPJeff King1-0/+3
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau1-1/+8
2021-06-28promisor-remote: teach lazy-fetch in any repoJonathan Tan1-0/+23
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan1-2/+5
2020-08-18promisor-remote: lazy-fetch objects in subprocessJonathan Tan1-1/+1
2020-07-30t0410: mark test with SHA1 prerequisitebrian m. carlson1-2/+2
2020-07-16repository: allow repository format upgrade with extensionsJonathan Nieder1-2/+2
2020-07-16Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder1-2/+13
2020-06-05check_repository_format_gently(): refuse extensions for old repositoriesXin Li1-0/+11
2020-06-05fetch: allow adding a filter after initial cloneXin Li1-0/+12
2019-10-07Merge branch 'cc/multi-promisor'Junio C Hamano1-0/+13
2019-10-07Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Junio C Hamano1-0/+14
2019-10-02promisor-remote: skip move_to_tail when no-opEmily Shaffer1-0/+13
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano1-6/+55
2019-09-09cache-tree: do not lazy-fetch tentative treeJonathan Tan1-0/+14
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-1/+1
2019-08-13commit-graph: turn on commit-graph by defaultDerrick Stolee1-1/+1
2019-08-02t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor1-0/+3
2019-06-25t0410: test fetching from many promisor remotesChristian Couder1-1/+48
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder1-1/+1
2019-06-25t0410: remove pipes after git commandsChristian Couder1-4/+6
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor1-2/+0
2019-01-18Merge branch 'sg/stress-test'Junio C Hamano1-1/+0
2019-01-14Merge branch 'md/list-lazy-objects-fix'Junio C Hamano1-2/+14
2019-01-07test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor1-1/+0
2018-12-06list-objects.c: don't segfault for missing cmdline objectsMatthew DeVore1-2/+14
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano1-0/+45
2018-10-19Merge branch 'jt/non-blob-lazy-fetch'Junio C Hamano1-0/+41
2018-10-07rev-list: handle missing tree objects properlyMatthew DeVore1-0/+45
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan1-0/+41
2018-09-24Merge branch 'jt/lazy-object-fetch-fix'Junio C Hamano1-0/+12
2018-09-13fetch-object: set exact_oid when fetchingJonathan Tan1-0/+12
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee1-1/+1
2018-08-09repack: repack promisor objects if -a or -A is setJonathan Tan1-11/+74
2018-06-12list-objects: check if filter is NULL before usingJonathan Tan1-0/+8
2017-12-08gc: do not repack promisor packfilesJonathan Tan1-2/+52
2017-12-08rev-list: support termination at promisor objectsJonathan Tan1-0/+101
2017-12-08sha1_file: support lazily fetching missing objectsJonathan Tan1-0/+51
2017-12-05fsck: support promisor objects as CLI argumentJonathan Tan1-0/+13
2017-12-05fsck: support referenced promisor objectsJonathan Tan1-0/+23
2017-12-05fsck: support refs pointing to promisor objectsJonathan Tan1-0/+24
2017-12-05fsck: introduce partialclone extensionJonathan Tan1-0/+81