Re: [PATCH 02/13] oidset2: create oidset subclass with object length and pathname

2017-09-27 Thread Jeff Hostetler
On 9/26/2017 6:20 PM, Jonathan Tan wrote: On Fri, 22 Sep 2017 20:26:21 + Jeff Hostetler wrote: From: Jeff Hostetler Create subclass of oidset where each entry has a field to store the length of the object's content and an optional

Re: [PATCH 02/13] oidset2: create oidset subclass with object length and pathname

2017-09-26 Thread Jonathan Tan
On Fri, 22 Sep 2017 20:26:21 + Jeff Hostetler wrote: > From: Jeff Hostetler > > Create subclass of oidset where each entry has a > field to store the length of the object's content > and an optional pathname. > > This will be used in a

Re: [PATCH 02/13] oidset2: create oidset subclass with object length and pathname

2017-09-22 Thread Brandon Williams
On 09/22, Jeff Hostetler wrote: > From: Jeff Hostetler > > Create subclass of oidset where each entry has a > field to store the length of the object's content > and an optional pathname. > > This will be used in a future commit to build a > manifest of omitted objects

[PATCH 02/13] oidset2: create oidset subclass with object length and pathname

2017-09-22 Thread Jeff Hostetler
From: Jeff Hostetler Create subclass of oidset where each entry has a field to store the length of the object's content and an optional pathname. This will be used in a future commit to build a manifest of omitted objects in a partial/narrow clone/fetch. Signed-off-by: