Re: [PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-20 Thread Jeff Hostetler
On 11/17/2017 3:17 PM, Stefan Beller wrote: On Fri, Nov 17, 2017 at 11:49 AM, Jeff Hostetler wrote: On 11/16/2017 2:57 PM, Ramsay Jones wrote: On 16/11/17 18:12, Jeff Hostetler wrote: From: Jonathan Tan Introduce fetch-object,

Re: [PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-17 Thread Stefan Beller
On Fri, Nov 17, 2017 at 11:49 AM, Jeff Hostetler wrote: > > > On 11/16/2017 2:57 PM, Ramsay Jones wrote: >> >> >> >> On 16/11/17 18:12, Jeff Hostetler wrote: >>> >>> From: Jonathan Tan >>> >>> Introduce fetch-object, providing the ability to

Re: [PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-17 Thread Ramsay Jones
On 17/11/17 19:49, Jeff Hostetler wrote: > > > On 11/16/2017 2:57 PM, Ramsay Jones wrote: >> >> >> On 16/11/17 18:12, Jeff Hostetler wrote: >>> From: Jonathan Tan >>> >>> Introduce fetch-object, providing the ability to fetch one object from a >>> promisor remote. >

Re: [PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-17 Thread Jeff Hostetler
On 11/16/2017 2:57 PM, Ramsay Jones wrote: On 16/11/17 18:12, Jeff Hostetler wrote: From: Jonathan Tan Introduce fetch-object, providing the ability to fetch one object from a promisor remote. [snip] +#include "transport.h" I note that this still does not

Re: [PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-16 Thread Ramsay Jones
On 16/11/17 18:12, Jeff Hostetler wrote: > From: Jonathan Tan > > Introduce fetch-object, providing the ability to fetch one object from a > promisor remote. > > This uses fetch-pack. To do this, the transport mechanism has been > updated with 2 flags,

[PATCH v4 07/10] introduce fetch-object: fetch one promisor object

2017-11-16 Thread Jeff Hostetler
From: Jonathan Tan Introduce fetch-object, providing the ability to fetch one object from a promisor remote. This uses fetch-pack. To do this, the transport mechanism has been updated with 2 flags, "from-promisor" to indicate that the resulting pack comes from a