[PATCH] Don't fetch objects that exist in the local repository
authorNick Hengeveld <nickh@reactrix.com>
Tue, 11 Oct 2005 06:22:01 +0000 (23:22 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 11 Oct 2005 06:22:01 +0000 (23:22 -0700)
commit11f0dafe2be419240c0006c3e9112cbad3568baf
tree57108f4d25274418051dc75df946120a270c4d0a
parent380792390e05e744f9d7eefbc35d1db80e44e27a
[PATCH] Don't fetch objects that exist in the local repository

Be sure not to fetch objects that already exist in the local repository.
The main process loop no longer performs this check, http-fetch now checks
prior to starting a new request queue entry and when fetch_object() is called,
and local-fetch now checks when fetch_object() is called.

As discussed in this thread: http://marc.theaimsgroup.com/?t=112854890500001

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
fetch.c
http-fetch.c
local-fetch.c