]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Some curl versions lack curl_easy_duphandle()
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 15 Oct 2005 18:10:46 +0000 (11:10 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 18:10:46 +0000 (11:10 -0700)
commit7baa3e8694d823ce9731172c700bf0d780ae283e
treec44aca4ac397938e5ebb71bc0925d95fab40665b
parent4546738b58a0134eef154231b07d60fc174d56e3
Some curl versions lack curl_easy_duphandle()

Hi,

On Fri, 14 Oct 2005, Junio C Hamano wrote:

> Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
>
> > This patch looks bigger than it really is: The code to get the
> > default handle was refactored into a function, and is called
> > instead of curl_easy_duphandle() if that does not exist.
>
> I'd like to take Nick's config file patch first, which
> unfortunately interferes with your patch.  I'd hate to ask you
> this, but could you rebase it on top of Nick's patch, [...]

No need to hate it. Here comes the rebased patch, and this time, I
actually tested it a bit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c