summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch-dumb.sh
AgeCommit message (Expand)Author
2025-01-13Sync with Git 2.47.2Junio C Hamano
2024-11-26Sync with 2.46.3Johannes Schindelin
2024-11-26Sync with 2.45.3Johannes Schindelin
2024-11-26Sync with 2.43.6Johannes Schindelin
2024-11-26Sync with 2.42.4Johannes Schindelin
2024-11-26credential: sanitize the user promptJohannes Schindelin
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-11-01Merge branch 'jk/dumb-http-finalize'Taylor Blau
2024-10-25dumb-http: store downloaded pack idx as tempfileJeff King
2024-10-25t5550: count fetches in "previously-fetched .idx" testJeff King
2024-10-16t/test-lib: wire up NO_ICONV prerequisitePatrick Steinhardt
2024-09-25http-walker: free fake packed_git listJeff King
2024-06-14http-fetch: don't crash when parsing packfile without a repoPatrick Steinhardt
2024-05-06remote-curl: fix parsing of detached SHA256 headsPatrick Steinhardt
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2022-09-21t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh
2022-07-19Merge branch 'll/curl-accept-language'Junio C Hamano
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao
2022-06-06tests: don't assume a .git/info for .git/info/refsÆvar Arnfjörð Bjarmason
2022-03-17http tests: use "test_hook" for "smart" and "dumb" http testsÆvar Arnfjörð Bjarmason
2021-12-22t5550: require REFFILESHan-Wen Nienhuys
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-02-22http-fetch: allow custom index-pack argsJonathan Tan
2020-11-19t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-07-06Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson
2020-06-10http-fetch: support fetching packfiles by URLJonathan Tan
2020-04-22Merge branch 'dl/test-must-fail-fixes-3'Junio C Hamano
2020-04-19Git 2.22.4v2.22.4Jonathan Nieder
2020-04-19Git 2.18.4v2.18.4Jonathan Nieder
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder
2020-03-27t5550: simplify no matching line checkDenton Liu
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano
2019-03-24http: normalize curl results for dumb loose and alternates fetchesJeff King
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2018-04-24http-fetch: make `-a` standard behaviourMartin Ågren
2017-04-18t5550: use write_script to generate post-update hookBrandon Williams
2017-03-10Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano
2017-02-28http: attempt updating base URL only if no errorJonathan Tan
2017-02-27Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano
2017-02-14remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRJonathan Nieder
2017-01-17Merge branch 'jk/http-walker-limit-redirect' into maintJunio C Hamano
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano
2016-12-15http: respect protocol.*.allow=user for http-alternatesJeff King
2016-12-06http: treat http-alternates like redirectsJeff King
2016-12-06http: make redirects more obviousJeff King