Re: [PATCH 1/2] upload-pack: send keepalive packets during pack computation

2013-09-09 Thread Eric Sunshine
On Sun, Sep 8, 2013 at 5:01 AM, Jeff King wrote: > Whenn upload-pack has started pack-objects, there may be a s/Whenn/When/ > quiet period while pack-objects prepares the pack (i.e., > counting objects and delta compression). Normally we would > see (and send to the client) progress information

[PATCH 1/2] upload-pack: send keepalive packets during pack computation

2013-09-08 Thread Jeff King
Whenn upload-pack has started pack-objects, there may be a quiet period while pack-objects prepares the pack (i.e., counting objects and delta compression). Normally we would see (and send to the client) progress information, but if "--quiet" is in effect, pack-objects will produce nothing at all