summaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorLibravatar SZEDER Gábor <szeder.dev@gmail.com>2020-07-09 19:00:03 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-07-09 10:28:49 -0700
commit150cd3b61d55bedd275e0ed36a6f674dcd34ae25 (patch)
tree981d310abc6edbafc3482a395333f6679fac71ef /path.c
parentcommit-graph: fix progress of reachable commits (diff)
downloadtgif-150cd3b61d55bedd275e0ed36a6f674dcd34ae25.tar.xz
commit-graph: fix "Writing out commit graph" progress counter
76ffbca71a (commit-graph: write Bloom filters to commit graph file, 2020-04-06) added two delayed progress lines to writing the Bloom filter index and data chunk. This is wrong, because a single common progress is used while writing all chunks, which is not updated while writing these two new chunks, resulting in incomplete-looking "done" lines: Expanding reachable commits in commit graph: 888679, done. Computing commit changed paths Bloom filters: 100% (888678/888678), done. Writing out commit graph in 6 passes: 66% (3554712/5332068), done. Use the common 'struct progress' instance while writing the Bloom filter chunks as well. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'path.c')
0 files changed, 0 insertions, 0 deletions