diff options
author | Jeff King <peff@peff.net> | 2020-02-14 13:22:22 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-14 10:46:22 -0800 |
commit | 608d9c93658d6ec2d585748ed45218cc1f404640 (patch) | |
tree | 8c6a3a82f5c6e4a4e5b6a74b72b004e8be2c2d33 /t/t6016-rev-list-graph-simplify-history.sh | |
parent | rev-list: make --count work with --objects (diff) | |
download | tgif-608d9c93658d6ec2d585748ed45218cc1f404640.tar.xz |
rev-list: allow bitmaps when counting objects
The prior commit taught "--count --objects" to work without bitmaps. We
should be able to get the same answer much more quickly with bitmaps.
Note that we punt on the max_count case here. This perhaps _could_ be
made to work if we find all of the boundary commits and treat them as
UNINTERESTING, subtracting them (and their reachable objects) from the
set we return. That implies an actual commit traversal, but we'd still
be faster due to avoiding opening up any trees. Given the complexity and
the fact that anyone is unlikely to want this, it makes sense to just
fall back to the non-bitmap case for now.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6016-rev-list-graph-simplify-history.sh')
0 files changed, 0 insertions, 0 deletions