On Thu, Jun 2, 2011 at 13:31, Duncan Brown <dabrown@xxxxxxxxxxxxxxx> wrote: > If the config option http.cookiefile is set, pass this file to libCURL using > the CURLOPT_COOKIEFILE option. This is similar to calling curl with the -b > option. This allows git http authorization with authentication mechanisms > that use cookies, such as SAML Enhanced Client or Proxy (ECP) used by > Shibboleth. Wow, the patch was this simple? Thanks Duncan! > --- > Documentation/config.txt | 8 ++++++++ > http.c | 5 +++++ > 2 files changed, 13 insertions(+), 0 deletions(-) Junio, I didn't test this myself, but the code looks good to me. I don't see any obvious issues with it. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html