Re: [PATCH v2 10/19] documentation: add documentation of the index-v5 file format

2013-08-04 Thread Thomas Gummerer
Duy Nguyen writes: > On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer > wrote: >> +== Header >> + sig (32-bits): Signature: >> + The signature is { 'D', 'I', 'R', 'C' } (stands for "dircache") >> + >> + vnr (32-bits): Version number: >> + The current supported versions are 2, 3, 4

Re: [PATCH v2 10/19] documentation: add documentation of the index-v5 file format

2013-08-04 Thread Duy Nguyen
On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer wrote: > +== Header > + sig (32-bits): Signature: > + The signature is { 'D', 'I', 'R', 'C' } (stands for "dircache") > + > + vnr (32-bits): Version number: > + The current supported versions are 2, 3, 4 and 5. > + > + ndir (32-bits):

Re: [PATCH v2 10/19] documentation: add documentation of the index-v5 file format

2013-07-17 Thread Thomas Gummerer
Duy Nguyen writes: > On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer > wrote: >> +== Directory offsets (diroffsets) >> + >> + diroffset (32-bits): offset to the directory relative to the beginning >> +of the index file. There are ndir + 1 offsets in the diroffset table, >> +the last

Re: [PATCH v2 10/19] documentation: add documentation of the index-v5 file format

2013-07-13 Thread Duy Nguyen
On Sat, Jul 13, 2013 at 12:26 AM, Thomas Gummerer wrote: > +== Directory offsets (diroffsets) > + > + diroffset (32-bits): offset to the directory relative to the beginning > +of the index file. There are ndir + 1 offsets in the diroffset table, > +the last is pointing to the end of the l

[PATCH v2 10/19] documentation: add documentation of the index-v5 file format

2013-07-12 Thread Thomas Gummerer
Add a documentation of the index file format version 5 to Documentation/technical. Helped-by: Michael Haggerty Helped-by: Junio C Hamano Helped-by: Thomas Rast Helped-by: Nguyen Thai Ngoc Duy Helped-by: Robin Rosenberg Signed-off-by: Thomas Gummerer --- Documentation/technical/index-file-fo