Re: [PATCH 12/23] pack v4: creation code

2013-08-27 Thread Nicolas Pitre
On Tue, 27 Aug 2013, Junio C Hamano wrote: > Nicolas Pitre writes: > > > Let's actually open the destination pack file and write the header and > > the tables. > > > > The header isn't much different from pack v3, except for the pack version > > number of course. > > > > The first table is the s

Re: [PATCH 12/23] pack v4: creation code

2013-08-27 Thread Junio C Hamano
Nicolas Pitre writes: > Let's actually open the destination pack file and write the header and > the tables. > > The header isn't much different from pack v3, except for the pack version > number of course. > > The first table is the sorted SHA1 table normally found in the pack index > file. Wit

[PATCH 12/23] pack v4: creation code

2013-08-26 Thread Nicolas Pitre
Let's actually open the destination pack file and write the header and the tables. The header isn't much different from pack v3, except for the pack version number of course. The first table is the sorted SHA1 table normally found in the pack index file. With pack v4 we write this table in the m