Re: [PATCH 11/16] Read cache-tree in index-v5

2012-08-03 Thread Thomas Gummerer
On 08/03, Thomas Rast wrote: > Thomas Gummerer writes: > > > Since the cache-tree data is saved as part of the directory data, > > we have already read it, when we want to read the cache-tree. The > > cache-tree then only has to be converted from the directory data. > > I think the first sentenc

Re: [PATCH 11/16] Read cache-tree in index-v5

2012-08-03 Thread Thomas Rast
Thomas Gummerer writes: > Since the cache-tree data is saved as part of the directory data, > we have already read it, when we want to read the cache-tree. The > cache-tree then only has to be converted from the directory data. I think the first sentence is wrong. You have already read it at th

[PATCH 11/16] Read cache-tree in index-v5

2012-08-02 Thread Thomas Gummerer
Since the cache-tree data is saved as part of the directory data, we have already read it, when we want to read the cache-tree. The cache-tree then only has to be converted from the directory data. The cache-tree isn't lexically sorted, but after the pathlen at each level, therefore the directorie