Re: [PATCH] partial-clone: design doc

2017-12-14 Thread Jeff Hostetler
On 12/13/2017 8:17 AM, Philip Oakley wrote: From: "Junio C Hamano" "Philip Oakley" writes: +  These filtered packfiles are incomplete in the traditional sense because +  they may contain trees that reference blobs that the client does not have. Is a comment needed here noting that curren

Re: [PATCH] partial-clone: design doc

2017-12-14 Thread Jeff Hostetler
Sorry, I didn't see this message in my inbox when I posted V2 of the design doc. I'll address questions here and update the doc as necessary. On 12/12/2017 6:31 PM, Philip Oakley wrote: From: "Jeff Hostetler" From: Jeff Hostetler First draft of design document for partial clone feature.

Re: [PATCH] partial-clone: design doc

2017-12-13 Thread Jeff Hostetler
On 12/8/2017 3:14 PM, Junio C Hamano wrote: Jeff Hostetler writes: From: Jeff Hostetler First draft of design document for partial clone feature. Signed-off-by: Jeff Hostetler Signed-off-by: Jonathan Tan --- Thanks. +Non-Goals +- + +Partial clone is independent of and not in

Re: [PATCH] partial-clone: design doc

2017-12-13 Thread Philip Oakley
From: "Junio C Hamano" "Philip Oakley" writes: + These filtered packfiles are incomplete in the traditional sense because + they may contain trees that reference blobs that the client does not have. Is a comment needed here noting that currently, IIUC, the complete trees are fetched in th

Re: [PATCH] partial-clone: design doc

2017-12-12 Thread Junio C Hamano
"Philip Oakley" writes: >> + These filtered packfiles are incomplete in the traditional sense >> because >> + they may contain trees that reference blobs that the client does >> not have. > > Is a comment needed here noting that currently, IIUC, the complete > trees are fetched in the packfiles

Re: [PATCH] partial-clone: design doc

2017-12-12 Thread Philip Oakley
From: "Jeff Hostetler" From: Jeff Hostetler First draft of design document for partial clone feature. Signed-off-by: Jeff Hostetler Signed-off-by: Jonathan Tan --- Documentation/technical/partial-clone.txt | 240 ++ 1 file changed, 240 insertions(+) create mode

Re: [PATCH] partial-clone: design doc

2017-12-08 Thread Junio C Hamano
Jeff Hostetler writes: > From: Jeff Hostetler > > First draft of design document for partial clone feature. > > Signed-off-by: Jeff Hostetler > Signed-off-by: Jonathan Tan > --- Thanks. > +Non-Goals > +- > + > +Partial clone is independent of and not intended to conflict with > +shal

[PATCH] partial-clone: design doc

2017-12-08 Thread Jeff Hostetler
From: Jeff Hostetler First draft of design document for partial clone feature. Signed-off-by: Jeff Hostetler Signed-off-by: Jonathan Tan --- Documentation/technical/partial-clone.txt | 240 ++ 1 file changed, 240 insertions(+) create mode 100644 Documentation/tech