1. 12 2月, 2008 37 次提交
  2. 11 2月, 2008 1 次提交
  3. 10 2月, 2008 2 次提交
    • J
      Merge branch 'maint' · 94bf9f7c
      Junio C Hamano 提交于
      * maint:
        Fix typo in 'blame' documentation.
      94bf9f7c
    • M
      Work around curl-gnutls not liking to be reinitialized · 9fd9279b
      Mike Hommey 提交于
      curl versions 7.16.3 to 7.18.0 included had a regression in which https
      requests following curl_global_cleanup/init sequence would fail with ASN1
      parser errors with curl-gnutls. Such sequences happen in some cases such
      as git fetch.
      
      We work around this by removing the http_init and http_cleanup calls from
      get_refs_via_curl, replacing them with a transport->data initialization
      with the http_walker (which does http_init).
      
      While the http_walker is not currently used in get_refs_via_curl, http
      and walker code refactor will make it use it.
      Signed-off-by: NMike Hommey <mh@glandium.org>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9fd9279b