Rename static function fetch_pack() to http_fetch_pack()
commit07c19e72c5f07ac687e87e49cbb4e128a8b26629
authorMichael Haggerty <mhagger@alum.mit.edu>
Sun, 9 Sep 2012 06:19:38 +0000 (9 08:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Sep 2012 18:46:31 +0000 (12 11:46 -0700)
treeb203014d04ee97ddffd3ac54b326c080e8891136
parent8db43d2935811319a1d427be4da2723f68516e62
Rename static function fetch_pack() to http_fetch_pack()

Avoid confusion with the non-static function of the same name from
fetch-pack.h.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-walker.c