diff options
author | Jeff King <peff@peff.net> | 2020-02-14 13:22:18 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-14 10:46:22 -0800 |
commit | 792f8119986bd354eb4ea0858dfd45904120c257 (patch) | |
tree | e2222f3c9d3445258c3dc238c499925ea4b5fd23 /t/t1000-read-tree-m-3way.sh | |
parent | pack-bitmap: refuse to do a bitmap traversal with pathspecs (diff) | |
download | tgif-792f8119986bd354eb4ea0858dfd45904120c257.tar.xz |
rev-list: factor out bitmap-optimized routines
There are a few operations in rev-list that are optimized for bitmaps.
Rather than having the code inline in cmd_rev_list(), let's move them
into helpers. This not only makes the flow of the main function simpler,
but it lets us replace the complex "can we do the optimization?"
conditionals with a series of early returns from the functions. That
also makes it easy to add comments explaining those conditions.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1000-read-tree-m-3way.sh')
0 files changed, 0 insertions, 0 deletions