diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-04-15 14:11:44 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-04-15 14:11:44 -0700 |
| commit | eba498a77463e9d24c19c8d9473fd2152d5840c4 (patch) | |
| tree | d0b0f253635fc54d69cc8b91946eee05a849b8df /INSTALL | |
| parent | 372aabe91285b8c50eaf513488fa2c3c529c1eec (diff) | |
| parent | 92a209bf245c6497f3742b9df7a1463ddf067ea6 (diff) | |
| download | git-eba498a77463e9d24c19c8d9473fd2152d5840c4.tar.xz | |
Merge branch 'jk/libcurl-8.7-regression-workaround'
Fix was added to work around a regression in libcURL 8.7.0 (which has
already been fixed in their tip of the tree).
* jk/libcurl-8.7-regression-workaround:
remote-curl: add Transfer-Encoding header only for older curl
INSTALL: bump libcurl version to 7.21.3
http: reset POSTFIELDSIZE when clearing curl handle
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ Issues of note: not need that functionality, use NO_CURL to build without it. - Git requires version "7.19.5" or later of "libcurl" to build + Git requires version "7.21.3" or later of "libcurl" to build without NO_CURL. This version requirement may be bumped in the future. |
