summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch-dumb.sh
AgeCommit message (Expand)Author
2020-07-07Merge branch 'bc/sha-256-part-2'Junio C Hamano
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson
2020-06-11http-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-19t5550: 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
2016-09-15Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano
2016-09-08remote-curl: handle URLs without protocolJeff King
2016-09-07t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varElia Pinto
2016-04-28submodule: use prepare_submodule_repo_env consistentlyJeff King
2016-04-28submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King
2016-04-28t5550: break submodule config test into multiple sub-testsJeff King
2016-04-28t5550: fix typo in $HTTPD_URLJeff King
2016-03-01git: submodule honor -c credential.* from command lineJacob Keller
2016-01-04t/t5550-http-fetch-dumb.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-05-22Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King
2015-03-20t: use test_might_fail for diff and grepJeff King
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-02-18Merge branch 'ye/http-accept-language'Junio C Hamano
2015-02-17Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano
2015-01-28http: add Accept-Language header if possibleYi EungJun
2015-01-27dumb-http: do not pass NULL path to parse_pack_indexJeff King
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun
2014-05-27remote-curl: reencode http error messagesJeff King
2014-05-27http: extract type/subtype portion of content-typeJeff King
2014-05-23t5550: test display of remote http error messagesJeff King
2014-02-10test: rename http fetch and push test filesNguyễn Thái Ngọc Duy