Re: [PATCH 01/14] graph: add packed graph design document

2018-01-26 Thread Stefan Beller
>>> +- A graph file is stored in a file named 'graph-.graph' in the pack >>> + directory. >> >> (guessing) >> where every commit up to is included in the file. > > > Sorry, the is the hash of the graph contents (up to its trailing bytes > that contain in binary). >> So maybe I do not

Re: [PATCH 01/14] graph: add packed graph design document

2018-01-26 Thread Duy Nguyen
On Thu, Jan 25, 2018 at 9:02 PM, Derrick Stolee wrote: > +Git walks the commit graph for many reasons, including: > + > +1. Listing and filtering commit history. > +2. Computing merge bases. > + > +These operations can become slow as the commit count grows above 100K. > +The

Re: [PATCH 01/14] graph: add packed graph design document

2018-01-26 Thread Derrick Stolee
On 1/25/2018 4:14 PM, Junio C Hamano wrote: Derrick Stolee writes: Add Documentation/technical/packed-graph.txt with details of the planned packed graph feature, including future plans. Signed-off-by: Derrick Stolee ---

Re: [PATCH 01/14] graph: add packed graph design document

2018-01-26 Thread Derrick Stolee
On 1/25/2018 3:04 PM, Stefan Beller wrote: On Thu, Jan 25, 2018 at 6:02 AM, Derrick Stolee wrote: Add Documentation/technical/packed-graph.txt with details of the planned packed graph feature, including future plans. Signed-off-by: Derrick Stolee ---

Re: [PATCH 01/14] graph: add packed graph design document

2018-01-25 Thread Junio C Hamano
Derrick Stolee writes: > Add Documentation/technical/packed-graph.txt with details of the planned > packed graph feature, including future plans. > > Signed-off-by: Derrick Stolee > --- > Documentation/technical/packed-graph.txt | 185 >

Re: [PATCH 01/14] graph: add packed graph design document

2018-01-25 Thread Stefan Beller
On Thu, Jan 25, 2018 at 6:02 AM, Derrick Stolee wrote: > Add Documentation/technical/packed-graph.txt with details of the planned > packed graph feature, including future plans. > > Signed-off-by: Derrick Stolee > --- >

[PATCH 01/14] graph: add packed graph design document

2018-01-25 Thread Derrick Stolee
Add Documentation/technical/packed-graph.txt with details of the planned packed graph feature, including future plans. Signed-off-by: Derrick Stolee --- Documentation/technical/packed-graph.txt | 185 +++ 1 file changed, 185 insertions(+)