diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-05-01 12:47:17 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-22 12:36:34 +0900 |
commit | f9b8908b85247ef60001a683c281af0080e9ee77 (patch) | |
tree | 2c686d90564dfc810cff7c47e0b895a6e562d1ef /t/t9604 | |
parent | ref-filter: use generation number for --contains (diff) | |
download | tgif-f9b8908b85247ef60001a683c281af0080e9ee77.tar.xz |
commit: use generation numbers for in_merge_bases()
The containment algorithm for 'git branch --contains' is different
from that for 'git tag --contains' in that it uses is_descendant_of()
instead of contains_tag_algo(). The expensive portion of the branch
algorithm is computing merge bases.
When a commit-graph file exists with generation numbers computed,
we can avoid this merge-base calculation when the target commit has
a larger generation number than the initial commits.
Performance tests were run on a copy of the Linux repository where
HEAD is contained in v4.13 but no earlier tag. Also, all tags were
copied to branches and 'git branch --contains' was tested:
Before: 60.0s
After: 0.4s
Rel %: -99.3%
Reported-by: Jeff King <peff@peff.net>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9604')
0 files changed, 0 insertions, 0 deletions