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)
commitcf91c316881188e3c8b4075ebb3ad10dda7345fb
tree9fce9f7b4fd2924f891e5f6f73a075b518b65560
parentef6104581d9bfbe74ef99b52a72e436486001ead
parentbae60ba7e98dc57cbf291407491ab8fc80c5e2f4
Merge branch 'sg/unpack-progress-throughput'

"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