commit | b2d62f161ebfb628cbe32900213ac18f9aa5bcb4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed May 04 01:26:24 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed May 04 01:26:24 2005 -0700 |
tree | dcc4358891bd03ffba307d0544c2801af09d901c | |
parent | a31c6d022e2435a514fcc8ca57f9995c4376a986 [diff] |
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>