rev-list: disable object/refname ambiguity check with --stdin
commit4c30d50402c17d2569151820b92cea110ad1d240
authorJeff King <peff@peff.net>
Wed, 12 Mar 2014 20:06:17 +0000 (12 16:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2014 18:56:29 +0000 (13 11:56 -0700)
tree4dc9f246aba5263fc8ae3392ccee12ea1b6161ba
parenta42fcd15d82b6660377749064e0ad25742ccc6f7
rev-list: disable object/refname ambiguity check with --stdin

This is the "rev-list" analogue to 25fba78 (cat-file:
disable object/refname ambiguity check for batch mode,
2013-07-12).  Like cat-file, "rev-list --stdin" may read a
large number of sha1 object names, and the warning check
introduces a significant slow-down.

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