]> git.ipfire.org Git - thirdparty/git.git/commit
Let git-clone/git-fetch follow HTTP redirections
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Thu, 10 Nov 2005 13:12:19 +0000 (14:12 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Nov 2005 23:57:56 +0000 (15:57 -0800)
commit66c9ec25553ce7332c46e2017b9c4d7c26310fff
treee47910c09e5fdc71577079832d2fe852696b781a
parentad7db62113368279a1b6994790bf30925fabea33
Let git-clone/git-fetch follow HTTP redirections

Otherwise, git-clone silently failed to clone a remote
repository where redirections (ie. a response with a
"Location" header line) are used.

This includes the fixes from Nick Hengeveld.

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh
git-fetch.sh
http-fetch.c