]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sg/unpack-progress-throughput'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:45 +0000 (12:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Dec 2019 20:52:45 +0000 (12:52 -0800)
"git unpack-objects" used to show progress based only on the number
of received and unpacked objects, which stalled when it has to
handle an unusually large object.  It now shows the throughput as
well.

* sg/unpack-progress-throughput:
  builtin/unpack-objects.c: show throughput progress


Trivial merge