summaryrefslogtreecommitdiff
path: root/t/t5558-clone-bundle-uri.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'tc/bundle-uri-empty-fix'Junio C Hamano1-0/+29
2026-07-08bundle-uri: drain remaining response on invalid bundle-uri linesToon Claes1-0/+29
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-19/+19
2025-06-15Sync with 2.49.1Junio C Hamano1-0/+23
2025-05-28Sync with 2.47.3Taylor Blau1-0/+23
2025-05-28Sync with 2.45.4Taylor Blau1-0/+23
2025-05-28Sync with 2.43.7Taylor Blau1-0/+23
2025-05-23bundle-uri: fix arbitrary file writes via parameter injectionPatrick Steinhardt' via Git Security1-0/+23
2025-04-25bundle-uri: add test for bundle-uri clones with tagsScott Chacon1-0/+30
2025-04-25bundle-uri: copy all bundle references ino the refs/bundle spaceScott Chacon1-86/+86
2024-10-24t: fix typosAndrew Kreimer1-2/+2
2024-06-20unbundle: extend object verification for fetchesXing Xin1-1/+33
2024-06-20bundle-uri: verify oid before writing refsXing Xin1-4/+151
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