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

2017-12-05 Thread Jeff Hostetler
On 12/2/2017 3:33 PM, Christian Couder wrote: On Tue, Nov 21, 2017 at 10:07 PM, Jeff Hostetler wrote: From: Jonathan Tan +void fetch_object(const char *remote_name, const unsigned char *sha1) +{ + struct remote *remote; +

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

2017-12-02 Thread Christian Couder
On Tue, Nov 21, 2017 at 10:07 PM, Jeff Hostetler wrote: > From: Jonathan Tan > +void fetch_object(const char *remote_name, const unsigned char *sha1) > +{ > + struct remote *remote; > + struct transport *transport; > + struct

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

2017-11-21 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