aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5558-clone-bundle-uri.sh
AgeCommit message (Expand)AuthorFilesLines
2023-12-12builtin/clone: fix bundle URIs with mismatching object formatsPatrick Steinhardt1-0/+18
2023-03-31fetch: download bundles once, even with --allDerrick Stolee1-0/+34
2023-01-31bundle-uri: test missing bundles with heuristicDerrick Stolee1-0/+400
2023-01-31bundle-uri: store fetch.bundleCreationTokenDerrick Stolee1-1/+28
2023-01-31fetch: fetch from an external bundle URIDerrick Stolee1-1/+112
2023-01-31clone: set fetch.bundleURI if appropriateDerrick Stolee1-0/+39
2023-01-31bundle-uri: download in creationToken orderDerrick Stolee1-7/+33
2023-01-31t5558: add tests for creationToken heuristicDerrick Stolee1-2/+67
2022-10-12bundle-uri: suppress stderr from remote-httpsDerrick Stolee1-2/+14
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee1-5/+20
2022-10-12bundle-uri: fetch a list of bundlesDerrick Stolee1-0/+248
2022-08-10bundle-uri: add support for http(s):// and file://Derrick Stolee1-0/+45
2022-08-10clone: add --bundle-uri optionDerrick Stolee1-0/+36