[PATCH 1/8] pack-objects: add --skip and --skip-hash

2016-02-05 Thread Nguyễn Thái Ngọc Duy
The idea is, a pack is requested the first time with --skip=0. If pack transfer is interrupted, the client will ask for the same pack again, but this time it asks the server not to send what it already has. The client hashes what it has and sends the SHA-1 to the server. If the server finds out

Re: [PATCH 1/8] pack-objects: add --skip and --skip-hash

2016-02-05 Thread Johannes Schindelin
Hi Duy, On Fri, 5 Feb 2016, Nguyễn Thái Ngọc Duy wrote: > The idea is, a pack is requested the first time with --skip=0. If pack > transfer is interrupted, the client will ask for the same pack again, > but this time it asks the server not to send what it already has. The > client hashes what it