diff options
author | Jeff King <peff@peff.net> | 2016-07-15 06:35:28 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-20 12:11:10 -0700 |
commit | d06303bb9a6c3791ff67078b480a86cfd9b691ea (patch) | |
tree | d1b99bc83a852725e686b5a004f93157a3d6ccc3 /builtin.h | |
parent | index-pack: add flag for showing delta-resolution progress (diff) | |
download | tgif-d06303bb9a6c3791ff67078b480a86cfd9b691ea.tar.xz |
receive-pack: turn on index-pack resolving progress
When we receive a large push, the server side may have to
spend a lot of CPU processing the incoming packfile.
During the "receiving" phase, we are typically network
bound, and the client is writing its own progress to the
user. But during the delta resolution phase, we may spend
minutes (e.g., for a full push of linux.git) without
making any indication to the user that the connection has
not hung.
Let's ask index-pack to produce progress output for this
phase (unless the client asked us to be quiet, of course).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin.h')
0 files changed, 0 insertions, 0 deletions