| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-01-13 | Sync with Git 2.47.2 | Junio C Hamano | 1 | -7/+7 |
| 2024-11-26 | Sync with 2.46.3 | Johannes Schindelin | 1 | -7/+7 |
| 2024-11-26 | Sync with 2.45.3 | Johannes Schindelin | 1 | -7/+7 |
| 2024-11-26 | Sync with 2.43.6 | Johannes Schindelin | 1 | -7/+7 |
| 2024-11-26 | Sync with 2.42.4 | Johannes Schindelin | 1 | -7/+7 |
| 2024-11-26 | credential: sanitize the user prompt | Johannes Schindelin | 1 | -7/+7 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-11-01 | Merge branch 'jk/dumb-http-finalize' | Taylor Blau | 1 | -2/+26 |
| 2024-10-25 | dumb-http: store downloaded pack idx as tempfile | Jeff King | 1 | -1/+11 |
| 2024-10-25 | t5550: count fetches in "previously-fetched .idx" test | Jeff King | 1 | -2/+16 |
| 2024-10-16 | t/test-lib: wire up NO_ICONV prerequisite | Patrick Steinhardt | 1 | -2/+2 |
| 2024-09-25 | http-walker: free fake packed_git list | Jeff King | 1 | -0/+1 |
| 2024-06-14 | http-fetch: don't crash when parsing packfile without a repo | Patrick Steinhardt | 1 | -0/+6 |
| 2024-05-06 | remote-curl: fix parsing of detached SHA256 heads | Patrick Steinhardt | 1 | -0/+15 |
| 2023-12-12 | builtin/clone: create the refdb with the correct object format | Patrick Steinhardt | 1 | -2/+2 |
| 2023-11-02 | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 1 | -4/+4 |
| 2022-09-21 | t: remove \{m,n\} from BRE grep usage | Đoàn Trần Công Danh | 1 | -1/+1 |
| 2022-07-19 | Merge branch 'll/curl-accept-language' | Junio C Hamano | 1 | -1/+1 |
| 2022-07-11 | remote-curl: send Accept-Language header to server | Li Linchao | 1 | -1/+1 |
| 2022-06-06 | tests: don't assume a .git/info for .git/info/refs | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-03-17 | http tests: use "test_hook" for "smart" and "dumb" http tests | Ævar Arnfjörð Bjarmason | 1 | -15/+10 |
| 2021-12-22 | t5550: require REFFILES | Han-Wen Nienhuys | 1 | -0/+7 |
| 2021-03-01 | Merge branch 'jt/transfer-fsck-across-packs' | Junio C Hamano | 1 | -1/+4 |
| 2021-02-22 | http-fetch: allow custom index-pack args | Jonathan Tan | 1 | -1/+4 |
| 2020-11-19 | t55[4-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -11/+11 |
| 2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
| 2020-07-06 | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 1 | -0/+18 |
| 2020-06-19 | remote-curl: detect algorithm for dumb HTTP by size | brian m. carlson | 1 | -0/+18 |
| 2020-06-10 | http-fetch: support fetching packfiles by URL | Jonathan Tan | 1 | -0/+30 |
| 2020-04-22 | Merge branch 'dl/test-must-fail-fixes-3' | Junio C Hamano | 1 | -3/+1 |
| 2020-04-19 | Git 2.22.4v2.22.4 | Jonathan Nieder | 1 | -5/+11 |
| 2020-04-19 | Git 2.18.4v2.18.4 | Jonathan Nieder | 1 | -5/+11 |
| 2020-04-19 | credential: treat URL with empty scheme as invalid | Jonathan Nieder | 1 | -0/+9 |
| 2020-04-19 | credential: treat URL without scheme as invalid | Jonathan Nieder | 1 | -5/+2 |
| 2020-03-27 | t5550: simplify no matching line check | Denton Liu | 1 | -3/+1 |
| 2019-04-25 | Merge branch 'sg/test-atexit' | Junio C Hamano | 1 | -1/+0 |
| 2019-03-24 | http: normalize curl results for dumb loose and alternates fetches | Jeff King | 1 | -0/+16 |
| 2019-03-14 | tests: use 'test_atexit' to stop httpd | SZEDER Gábor | 1 | -1/+0 |
| 2018-04-24 | http-fetch: make `-a` standard behaviour | Martin Ågren | 1 | -0/+11 |
| 2017-04-18 | t5550: use write_script to generate post-update hook | Brandon Williams | 1 | -2/+3 |
| 2017-03-10 | Merge branch 'jt/http-base-url-update-upon-redirect' | Junio C Hamano | 1 | -0/+9 |
| 2017-02-28 | http: attempt updating base URL only if no error | Jonathan Tan | 1 | -0/+9 |
| 2017-02-27 | Merge branch 'jn/remote-helpers-with-git-dir' | Junio C Hamano | 1 | -0/+9 |
| 2017-02-14 | remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR | Jonathan Nieder | 1 | -0/+9 |
| 2017-01-17 | Merge branch 'jk/http-walker-limit-redirect' into maint | Junio C Hamano | 1 | -0/+61 |
| 2016-12-27 | Merge branch 'bw/transport-protocol-policy' | Junio C Hamano | 1 | -0/+10 |
| 2016-12-19 | Merge branch 'jk/http-walker-limit-redirect-2.9' | Junio C Hamano | 1 | -0/+61 |
| 2016-12-15 | http: respect protocol.*.allow=user for http-alternates | Jeff King | 1 | -0/+10 |
| 2016-12-06 | http: treat http-alternates like redirects | Jeff King | 1 | -0/+38 |
| 2016-12-06 | http: make redirects more obvious | Jeff King | 1 | -0/+23 |
| 2016-09-15 | Merge branch 'jk/fix-remote-curl-url-wo-proto' | Junio C Hamano | 1 | -0/+8 |
| 2016-09-08 | remote-curl: handle URLs without protocol | Jeff King | 1 | -0/+8 |
| 2016-09-07 | t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var | Elia Pinto | 1 | -5/+5 |
| 2016-04-28 | submodule: use prepare_submodule_repo_env consistently | Jeff King | 1 | -0/+11 |
| 2016-04-28 | submodule: export sanitized GIT_CONFIG_PARAMETERS | Jeff King | 1 | -0/+17 |
| 2016-04-28 | t5550: break submodule config test into multiple sub-tests | Jeff King | 1 | -2/+6 |
| 2016-04-28 | t5550: fix typo in $HTTPD_URL | Jeff King | 1 | -1/+1 |
| 2016-03-01 | git: submodule honor -c credential.* from command line | Jacob Keller | 1 | -0/+17 |
| 2016-01-04 | t/t5550-http-fetch-dumb.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -4/+4 |
| 2015-05-22 | Merge branch 'jk/skip-http-tests-under-no-curl' | Junio C Hamano | 1 | -6/+0 |
| 2015-05-07 | t/lib-httpd.sh: skip tests if NO_CURL is defined | Jeff King | 1 | -6/+0 |
| 2015-03-20 | t: use test_might_fail for diff and grep | Jeff King | 1 | -2/+2 |
| 2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
| 2015-02-18 | Merge branch 'ye/http-accept-language' | Junio C Hamano | 1 | -0/+42 |
| 2015-02-17 | Merge branch 'jk/dumb-http-idx-fetch-fix' | Junio C Hamano | 1 | -0/+18 |
| 2015-01-28 | http: add Accept-Language header if possible | Yi EungJun | 1 | -0/+42 |
| 2015-01-27 | dumb-http: do not pass NULL path to parse_pack_index | Jeff King | 1 | -0/+18 |
| 2014-06-17 | http: fix charset detection of extract_content_type() | Yi EungJun | 1 | -0/+5 |
| 2014-05-27 | remote-curl: reencode http error messages | Jeff King | 1 | -0/+5 |
| 2014-05-27 | http: extract type/subtype portion of content-type | Jeff King | 1 | -0/+5 |
| 2014-05-23 | t5550: test display of remote http error messages | Jeff King | 1 | -0/+10 |
| 2014-02-10 | test: rename http fetch and push test files | Nguyễn Thái Ngọc Duy | 1 | -0/+175 |