suppress errors on missing UNINTERESTING links
commitce4e7b2ac38cfe5e4c165411d2e37b22e445ab88
authorJeff King <peff@peff.net>
Mon, 1 Jun 2015 09:56:40 +0000 (1 05:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 16:29:51 +0000 (1 09:29 -0700)
tree19b349d56b9879bb48ea3fb942a5b284759b8722
parentdaf7d86783b1bd2065881a3f0957f69c79a52fd7
suppress errors on missing UNINTERESTING links

When we are traversing commit parents along the
UNINTERESTING side of a revision walk, we do not care if
the parent turns out to be missing. That lets us limit
traversals using unreachable and possibly incomplete
sections of history. However, we do still print error
messages about the missing commits; this patch suppresses
the error, as well.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c