[PATCH] Implement --recover for git-*-fetch
commit820eca68c2577d7499d203d7f4f7ae479b577683
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 27 Sep 2005 01:38:08 +0000 (26 21:38 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 27 Sep 2005 07:16:40 +0000 (27 00:16 -0700)
tree09467cba8cb0224fd9e3859988b116b0be8f5381
parent5da1606d0bf5b970fadfa0ca91618a1e871f6755
[PATCH] Implement --recover for git-*-fetch

With the --recover option, we verify that we have absolutely
everything reachable from the target, not assuming that things
reachable from refs will be complete.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch.c
fetch.h
http-fetch.c
local-fetch.c
ssh-fetch.c