Ticket #15100 (new defect)
Define USE_CURL_MULTI for git-core
| Reported by: | svoop@… | Owned by: | bryan@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Updates |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | git git-core curl | Cc: | wms@…, raimue@…, maccheck@… |
| Port: | git-core |
Description
The git-core port configures http.h with "#undef USE_CURL_MULTI" which makes it impossible to use "git push" over HTTP(S). This was introduced about a year ago, see ticket #12008 for details.
I've overridden this and compiled git-core with "#define USE_CURL_MULTI". Config and compile worked fine and "git push" over HTTPS is possible without error. (Tested on a x86 MacBook Pro with OS X 10.5.x.)
Could you change the default of USE_CURL_MULTI in case there are no other blockers? Thanks!
Change History
Note: See
TracTickets for help on using
tickets.

