author | Josef Weidendorfer <Josef.Weidendorfer@gmx.de> | |
Thu, 10 Nov 2005 13:12:19 +0000 (14:12 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 Nov 2005 23:57:56 +0000 (15:57 -0800) | ||
commit | 66c9ec25553ce7332c46e2017b9c4d7c26310fff | |
tree | e47910c09e5fdc71577079832d2fe852696b781a | tree | snapshot |
parent | ad7db62113368279a1b6994790bf30925fabea33 | commit | diff |
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>
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 | diff | blob | history | |
git-fetch.sh | diff | blob | history | |
http-fetch.c | diff | blob | history |