summaryrefslogtreecommitdiff
path: root/t/t0410-partial-clone.sh
Commit message (Expand)AuthorAgeFilesLines
* t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* fsck: verify commit graph when implicitly enabledGlen Choo2021-10-151-1/+5
* t0410: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAPJeff King2021-09-011-0/+3
* pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau2021-08-241-1/+8
* promisor-remote: teach lazy-fetch in any repoJonathan Tan2021-06-281-0/+23
* fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan2020-09-021-2/+5
* promisor-remote: lazy-fetch objects in subprocessJonathan Tan2020-08-181-1/+1
* t0410: mark test with SHA1 prerequisitebrian m. carlson2020-07-301-2/+2
* repository: allow repository format upgrade with extensionsJonathan Nieder2020-07-161-2/+2
* Revert "check_repository_format_gently(): refuse extensions for old repositor...Jonathan Nieder2020-07-161-2/+13
* check_repository_format_gently(): refuse extensions for old repositoriesXin Li2020-06-051-0/+11
* fetch: allow adding a filter after initial cloneXin Li2020-06-051-0/+12
* Merge branch 'cc/multi-promisor'Junio C Hamano2019-10-071-0/+13
|\
| * promisor-remote: skip move_to_tail when no-opEmily Shaffer2019-10-021-0/+13
* | Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'Junio C Hamano2019-10-071-0/+14
|\ \
| * | cache-tree: do not lazy-fetch tentative treeJonathan Tan2019-09-091-0/+14
* | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-6/+55
|\ \ \ | | |/ | |/|
| * | t0410: test fetching from many promisor remotesChristian Couder2019-06-251-1/+48
| * | promisor-remote: parse remote.*.partialclonefilterChristian Couder2019-06-251-1/+1
| * | t0410: remove pipes after git commandsChristian Couder2019-06-251-4/+6
* | | Merge branch 'ds/feature-macros'Junio C Hamano2019-09-091-1/+1
|\ \ \ | |_|/ |/| |
| * | commit-graph: turn on commit-graph by defaultDerrick Stolee2019-08-131-1/+1
| |/
* | t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'SZEDER Gábor2019-08-021-0/+3
|/
* tests: use 'test_atexit' to stop httpdSZEDER Gábor2019-03-141-2/+0
* Merge branch 'sg/stress-test'Junio C Hamano2019-01-181-1/+0
|\
| * test-lib-functions: introduce the 'test_set_port' helper functionSZEDER Gábor2019-01-071-1/+0
* | Merge branch 'md/list-lazy-objects-fix'Junio C Hamano2019-01-141-2/+14
|\ \ | |/ |/|
| * list-objects.c: don't segfault for missing cmdline objectsMatthew DeVore2018-12-061-2/+14
* | Merge branch 'md/filter-trees'Junio C Hamano2018-10-301-0/+45
|\ \ | |/ |/|
| * rev-list: handle missing tree objects properlyMatthew DeVore2018-10-071-0/+45
* | Merge branch 'jt/non-blob-lazy-fetch'Junio C Hamano2018-10-191-0/+41
|\ \
| * | fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan2018-10-041-0/+41
* | | Merge branch 'jt/lazy-object-fetch-fix'Junio C Hamano2018-09-241-0/+12
|\ \ \
| * | | fetch-object: set exact_oid when fetchingJonathan Tan2018-09-131-0/+12
| |/ /
* | | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-1/+1
|/ /
* | repack: repack promisor objects if -a or -A is setJonathan Tan2018-08-091-11/+74
|/
* list-objects: check if filter is NULL before usingJonathan Tan2018-06-121-0/+8
* gc: do not repack promisor packfilesJonathan Tan2017-12-081-2/+52
* rev-list: support termination at promisor objectsJonathan Tan2017-12-081-0/+101
* sha1_file: support lazily fetching missing objectsJonathan Tan2017-12-081-0/+51
* fsck: support promisor objects as CLI argumentJonathan Tan2017-12-051-0/+13
* fsck: support referenced promisor objectsJonathan Tan2017-12-051-0/+23
* fsck: support refs pointing to promisor objectsJonathan Tan2017-12-051-0/+24
* fsck: introduce partialclone extensionJonathan Tan2017-12-051-0/+81