diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-02-02 03:01:23 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-01 21:03:36 -0800 |
commit | bc50d6c91f4002b4197a9f5ea5dfdc3c9f105a1c (patch) | |
tree | 27a93d26c2ffe657b35ac3b7a333a2e125c55443 /Documentation/git-shortlog.txt | |
parent | commit-graph: be extra careful about mixed generations (diff) | |
download | tgif-bc50d6c91f4002b4197a9f5ea5dfdc3c9f105a1c.tar.xz |
commit-graph: prepare commit graph
Before checking if the repository has a commit-graph loaded, be sure
to run prepare_commit_graph(). This is necessary because otherwise
the topo_levels slab is not initialized. As we compute topo_levels for
the new commits, we iterate further into the lower layers since the
first visit to each commit looks as though the topo_level is not
populated.
By properly initializing the topo_slab, we fix the previously broken
case of a split commit graph where a base layer has the
generation_data_overflow chunk.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-shortlog.txt')
0 files changed, 0 insertions, 0 deletions