]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Make http-fetch request types more clear
authorNick Hengeveld <nickh@reactrix.com>
Fri, 18 Nov 2005 19:03:04 +0000 (11:03 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 20 Nov 2005 04:17:24 +0000 (20:17 -0800)
commite388ab74dbaea5cdbf07b175be8d6980579392f4
tree479afb7921c1da42b1c379a943cac7b60e3723e8
parent29508e1efb8d5a18f78ca0f9be45fdde49ef6b76
Make http-fetch request types more clear

Rename object request functions and data to make it more clear which type
of request is being processed - this is a response to the introduction of
slot callbacks and the definition of different types of requests such as
alternates_request.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c