commit | 4c30d50402c17d2569151820b92cea110ad1d240 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed Mar 12 16:06:17 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Mar 13 11:56:29 2014 -0700 |
tree | 4dc9f246aba5263fc8ae3392ccee12ea1b6161ba | |
parent | a42fcd15d82b6660377749064e0ad25742ccc6f7 [diff] |
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>