]> git.ipfire.org Git - thirdparty/git.git/commit - walker.c
Make git-*-pull say who wants them for missing objects.
authorJunio C Hamano <junkio@cox.net>
Wed, 4 May 2005 08:26:24 +0000 (01:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 4 May 2005 08:26:24 +0000 (01:26 -0700)
commitb2d62f161ebfb628cbe32900213ac18f9aa5bcb4
treedcc4358891bd03ffba307d0544c2801af09d901c
parenta31c6d022e2435a514fcc8ca57f9995c4376a986
Make git-*-pull say who wants them for missing objects.

This patch updates pull.c, the engine that decides which objects are
needed, given a commit to traverse from, to report which commit was
calling for the object that cannot be retrieved from the remote side.
This complements git-fsck-cache in that it checks the consistency of
the remote repository for reachability.

Signed-off-by: Junio C Hamano <junkio@cox.net>
pull.c