Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-03t5551: stop writing packed-refs directlyPatrick Steinhardt
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-17upload-pack: advertise capabilities when cloning empty reposbrian m. carlson
2023-02-24t5559: fix test failures with LIB_HTTPD_SSLJeff King
2023-02-24t5551: drop curl trace lines without headersJeff King
2023-02-24t5551: handle v2 protocol in cookie testJeff King
2023-02-24t5551: simplify expected cookie fileJeff King
2023-02-24t5551: handle v2 protocol in upload-pack service testJeff King
2023-02-24t5551: handle v2 protocol when checking curl traceJeff King
2023-02-24t5551: stop forcing clone to run with v0 protocolJeff King
2023-02-24t5551: handle HTTP/2 when checking curl traceJeff King
2023-02-24t5551: lower-case headers in expected curl traceJeff King
2023-02-24t5551: drop redundant grep for Accept-LanguageJeff King
2023-02-24t5541: simplify and move "no empty path components" testJeff King
2022-11-15http: redact curl h2h3 headers in infoGlen Choo
2022-11-15t: run t5551 tests with both HTTP and HTTP/2Jeff King
2022-11-01t5516/t5601: be less strict about the number of credential warningsJohannes Schindelin
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King
2022-08-05docs: move protocol-related docs to man section 5Ævar Arnfjörð Bjarmason
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao
2022-05-16http: add custom hostname to IP address resolutionsChristian Couder
2021-10-04Merge branch 'jk/http-redact-fix'Junio C Hamano
2021-09-23http: match headers case-insensitively when redactingJeff King
2021-09-11t5551: test v2-to-v0 http protocol fallbackJeff King
2021-05-19Revert "remote-curl: fall back to basic auth if Negotiate fails"Jeff King
2021-05-19t5551: test http interaction with credential helpersJeff King
2020-11-20t55[4-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-06-06http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan
2020-05-11t5551: test that GIT_TRACE_CURL redacts passwordJonathan Tan
2020-01-16test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder
2019-07-12Merge branch 'jt/t5551-test-chunked'Junio C Hamano
2019-06-27t5551: test usage of chunked encoding explicitlyJonathan Tan
2019-06-25t5551: use 'test_i18ngrep' to check translated outputSZEDER Gábor
2019-04-25Merge branch 'sg/test-atexit'Junio C Hamano
2019-04-16Merge branch 'jt/t5551-protocol-v2-does-not-have-half-auth'Junio C Hamano
2019-04-16Merge branch 'jt/test-protocol-version'Junio C Hamano
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyJonathan Tan
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2019-03-07tests: fix protocol version for overspecificationsJonathan Tan
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan
2019-03-07tests: define GIT_TEST_PROTOCOL_VERSIONJonathan Tan
2019-02-06t5551: test server-side ERR packetJosh Steadmon
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan
2018-09-24t5551: compare sorted cookies filesThomas Gummerer
2018-09-24t5551: move setup code inside test_expect blocksThomas Gummerer
2018-08-16Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano
2018-08-03Merge branch 'sg/httpd-test-unflake'Junio C Hamano