Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-30 Thread Jonathan Nieder
Hi, Jonathan Tan wrote: > As for how this patch set (excluding the partialclone patch) interacts > with my fsck series, they are relatively independent, as far as I can > tell. I'll rebase my fsck, gc, and lazy object fetch patches (but not > the fetch and clone parts, which we plan to instead

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-25 Thread Junio C Hamano
Jeff Hostetler writes: > A question of mailing-list etiquette: in patch 9, I took Jonathan's > ideas for adding the "extensions.partialclone" setting and extended it > with some helper functions. His change was part of a larger change > with other code (fsck, IIRC) that

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-25 Thread Junio C Hamano
Jonathan Tan writes: > On Tue, Oct 24, 2017 at 10:00 PM, Junio C Hamano wrote: >> OK, thanks for working well together. So does this (1) build on >> Jonathan's fsck-squelching series, or (2) ignores that and builds >> filtering first, potentially

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-25 Thread Jeff Hostetler
On 10/25/2017 2:46 AM, Jonathan Tan wrote: On Tue, Oct 24, 2017 at 10:00 PM, Junio C Hamano wrote: OK, thanks for working well together. So does this (1) build on Jonathan's fsck-squelching series, or (2) ignores that and builds filtering first, potentially leaving the

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-25 Thread Jonathan Tan
On Tue, Oct 24, 2017 at 10:00 PM, Junio C Hamano wrote: > OK, thanks for working well together. So does this (1) build on > Jonathan's fsck-squelching series, or (2) ignores that and builds > filtering first, potentially leaving the codebase to a broken state > where it can

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-24 Thread Junio C Hamano
Jeff Hostetler writes: > From: Jeff Hostetler > > I've been working with Jonathan Tan to combine our partial clone > proposals. This patch series represents a first step in that effort > and introduces an object filtering mechanism to select

Re: [PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-24 Thread Jonathan Tan
On Tue, Oct 24, 2017 at 11:53 AM, Jeff Hostetler wrote: > From: Jeff Hostetler > > I've been working with Jonathan Tan to combine our partial clone > proposals. This patch series represents a first step in that effort > and introduces an object

[PATCH 00/13] WIP Partial clone part 1: object filtering

2017-10-24 Thread Jeff Hostetler
From: Jeff Hostetler I've been working with Jonathan Tan to combine our partial clone proposals. This patch series represents a first step in that effort and introduces an object filtering mechanism to select unwanted objects. [1] traverse_commit_list and list-objects