summaryrefslogtreecommitdiff
path: root/t/t5550-http-fetch-dumb.sh
Commit message (Expand)AuthorAgeFilesLines
* t: remove \{m,n\} from BRE grep usageĐoàn Trần Công Danh2022-09-211-1/+1
* Merge branch 'll/curl-accept-language'Junio C Hamano2022-07-191-1/+1
|\
| * remote-curl: send Accept-Language header to serverLi Linchao2022-07-111-1/+1
* | tests: don't assume a .git/info for .git/info/refsÆvar Arnfjörð Bjarmason2022-06-061-1/+2
|/
* http tests: use "test_hook" for "smart" and "dumb" http testsÆvar Arnfjörð Bjarmason2022-03-171-15/+10
* t5550: require REFFILESHan-Wen Nienhuys2021-12-221-0/+7
* Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano2021-03-011-1/+4
|\
| * http-fetch: allow custom index-pack argsJonathan Tan2021-02-221-1/+4
* | t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-11/+11
* | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
|/
* Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+18
|\
| * remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson2020-06-191-0/+18
* | http-fetch: support fetching packfiles by URLJonathan Tan2020-06-101-0/+30
|/
* Merge branch 'dl/test-must-fail-fixes-3'Junio C Hamano2020-04-221-3/+1
|\
| * t5550: simplify no matching line checkDenton Liu2020-03-271-3/+1
* | Git 2.22.4v2.22.4Jonathan Nieder2020-04-191-5/+11
|\ \ | |/ |/|
| * Git 2.18.4v2.18.4Jonathan Nieder2020-04-191-5/+11
| |\
| | * credential: treat URL with empty scheme as invalidJonathan Nieder2020-04-191-0/+9
| | * credential: treat URL without scheme as invalidJonathan Nieder2020-04-191-5/+2
* | | Merge branch 'sg/test-atexit'Junio C Hamano2019-04-251-1/+0
|\ \ \
| * | | tests: use 'test_atexit' to stop httpdSZEDER Gábor2019-03-141-1/+0
| |/ /
* | | http: normalize curl results for dumb loose and alternates fetchesJeff King2019-03-241-0/+16
|/ /
* | http-fetch: make `-a` standard behaviourMartin Ågren2018-04-241-0/+11
|/
* t5550: use write_script to generate post-update hookBrandon Williams2017-04-181-2/+3
* Merge branch 'jt/http-base-url-update-upon-redirect'Junio C Hamano2017-03-101-0/+9
|\
| * http: attempt updating base URL only if no errorjt/http-base-url-update-upon-redirectJonathan Tan2017-02-281-0/+9
* | Merge branch 'jn/remote-helpers-with-git-dir'Junio C Hamano2017-02-271-0/+9
|\ \ | |/ |/|
| * remote helpers: avoid blind fall-back to ".git" when setting GIT_DIRjn/remote-helpers-with-git-dirJonathan Nieder2017-02-141-0/+9
| * Merge branch 'jk/http-walker-limit-redirect' into maintJunio C Hamano2017-01-171-0/+61
| |\
* | \ Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-271-0/+10
|\ \ \
| * | | http: respect protocol.*.allow=user for http-alternatesbw/transport-protocol-policyJeff King2016-12-151-0/+10
| | |/ | |/|
* | | Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-0/+61
|\ \ \ | |/ / | | / | |/ |/|
| * http: treat http-alternates like redirectsjk/http-walker-limit-redirect-2.9Jeff King2016-12-061-0/+38
| * http: make redirects more obviousJeff King2016-12-061-0/+23
* | Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano2016-09-151-0/+8
|\ \
| * | remote-curl: handle URLs without protocoljk/fix-remote-curl-url-wo-protoJeff King2016-09-081-0/+8
* | | t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varElia Pinto2016-09-071-5/+5
| |/ |/|
* | submodule: use prepare_submodule_repo_env consistentlyjk/submodule-config-sanitize-fixJeff King2016-04-281-0/+11
* | submodule: export sanitized GIT_CONFIG_PARAMETERSJeff King2016-04-281-0/+17
* | t5550: break submodule config test into multiple sub-testsJeff King2016-04-281-2/+6
* | t5550: fix typo in $HTTPD_URLJeff King2016-04-281-1/+1
* | git: submodule honor -c credential.* from command lineJacob Keller2016-03-011-0/+17
|/
* t/t5550-http-fetch-dumb.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-041-4/+4
* Merge branch 'jk/skip-http-tests-under-no-curl'Junio C Hamano2015-05-221-6/+0
|\
| * t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King2015-05-071-6/+0
* | t: use test_might_fail for diff and grepJeff King2015-03-201-2/+2
* | t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* | Merge branch 'ye/http-accept-language'Junio C Hamano2015-02-181-0/+42
|\ \
| * | http: add Accept-Language header if possibleYi EungJun2015-01-281-0/+42
* | | Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano2015-02-171-0/+18
|\ \ \ | |/ / |/| |