Re: [PATCH 10/23] pack v4: tree object encoding

2013-08-27 Thread Nicolas Pitre
On Tue, 27 Aug 2013, Junio C Hamano wrote: > Nicolas Pitre writes: > > > This goes as follows: > > > > - Number of tree entries: variable length encoded. > > > > Then for each tree entry: > > > > - Path component reference: variable length encoded index into the path > > string dictionary tabl

Re: [PATCH 10/23] pack v4: tree object encoding

2013-08-27 Thread Junio C Hamano
Nicolas Pitre writes: > This goes as follows: > > - Number of tree entries: variable length encoded. > > Then for each tree entry: > > - Path component reference: variable length encoded index into the path > string dictionary table which also covers the entry mode. To make the > overall enc