at 16.09-beta 11 lines 426 B view raw
1diff -ru git-2.7.4-orig/http.c git-2.7.4/http.c 2--- git-2.7.4-orig/http.c 2016-03-17 21:47:59.000000000 +0100 3+++ git-2.7.4/http.c 2016-04-12 11:38:33.187070848 +0200 4@@ -544,6 +544,7 @@ 5 #if LIBCURL_VERSION_NUM >= 0x070908 6 set_from_env(&ssl_capath, "GIT_SSL_CAPATH"); 7 #endif 8+ set_from_env(&ssl_cainfo, "SSL_CERT_FILE"); 9 set_from_env(&ssl_cainfo, "GIT_SSL_CAINFO"); 10 11 set_from_env(&user_agent, "GIT_HTTP_USER_AGENT");