]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/commit-graph-write-progress'
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:14 +0000 (14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:14 +0000 (14:26 -0800)
commite5eac5735609722a07401a279a1508ace22fc9bc
tree5bbd700bef44ae3f2d7ac3107b4ad542dd22fe6d
parent04d67b6ab222060546af328207ad48ae8ad58fe9
parent49bbc57a5728880bcf2c4a02289508f7d923e32a
Merge branch 'ab/commit-graph-write-progress'

The codepath to show progress meter while writing out commit-graph
file has been improved.

* ab/commit-graph-write-progress:
  commit-graph write: emit a percentage for all progress
  commit-graph write: add itermediate progress
  commit-graph write: remove empty line for readability
  commit-graph write: add more descriptive progress output
  commit-graph write: show progress for object search
  commit-graph write: more descriptive "writing out" output
  commit-graph write: add "Writing out" progress output
  commit-graph: don't call write_graph_chunk_extra_edges() unnecessarily
  commit-graph: rename "large edges" to "extra edges"
commit-graph.c
commit-graph.h
t/t5318-commit-graph.sh