Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-30 Thread Vicent Marti
On Wed, Oct 30, 2013 at 11:23 AM, Shawn Pearce wrote: > The name-hash cache is probably important, but it would be nice to > have a variable or flag we can use to disable the name-cache > generation and thus permit Git to create JGit style v1 indexes, and > also use JGit v1 indexes if the name-cac

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-30 Thread Vicent Marti
On Wed, Oct 30, 2013 at 11:23 AM, Shawn Pearce wrote: > On Wed, Oct 30, 2013 at 7:50 AM, Jeff King wrote: >> On Fri, Oct 25, 2013 at 01:47:06PM +, Shawn O. Pearce wrote: >> >>> I think Colby and I talked about having additional optional sections >>> in this file, but Colby didn't want to over

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-30 Thread Shawn Pearce
On Wed, Oct 30, 2013 at 7:50 AM, Jeff King wrote: > On Fri, Oct 25, 2013 at 01:47:06PM +, Shawn O. Pearce wrote: > >> I think Colby and I talked about having additional optional sections >> in this file, but Colby didn't want to overcomplicate the format early >> on. So v1 is probably not very

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-30 Thread Jeff King
On Fri, Oct 25, 2013 at 01:47:06PM +, Shawn O. Pearce wrote: > I think Colby and I talked about having additional optional sections > in this file, but Colby didn't want to overcomplicate the format early > on. So v1 is probably not very extensible and we may have to go to v2 > to safely creat

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-25 Thread Shawn Pearce
On Fri, Oct 25, 2013 at 3:21 AM, Jeff King wrote: > [+cc spearce; sorry, I really should have cc'd the whole series to you > in the first place] > > On Fri, Oct 25, 2013 at 08:16:18AM +0700, Nguyen Thai Ngoc Duy wrote: > >> > + - A header appears at the beginning: >> > + >> > +

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-24 Thread Duy Nguyen
On Fri, Oct 25, 2013 at 10:21 AM, Jeff King wrote: > But if you want to simply add extra > data that would be ignored by an existing implementation, it would be OK > to add the data and mark it with a flag: > >> > + 2-byte flags (network byte order) >> > + >> > +

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-24 Thread Jeff King
[+cc spearce; sorry, I really should have cc'd the whole series to you in the first place] On Fri, Oct 25, 2013 at 08:16:18AM +0700, Nguyen Thai Ngoc Duy wrote: > > + - A header appears at the beginning: > > + > > + 4-byte signature: {'B', 'I', 'T', 'M'} > > + > > +

Re: [PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-24 Thread Duy Nguyen
On Fri, Oct 25, 2013 at 1:03 AM, Jeff King wrote: > diff --git a/Documentation/technical/bitmap-format.txt > b/Documentation/technical/bitmap-format.txt > new file mode 100644 > index 000..c686dd1 > --- /dev/null > +++ b/Documentation/technical/bitmap-format.txt > @@ -0,0 +1,131 @@ > +GIT bit

[PATCH 09/19] documentation: add documentation for the bitmap format

2013-10-24 Thread Jeff King
From: Vicent Marti This is the technical documentation for the JGit-compatible Bitmap v1 on-disk format. Signed-off-by: Vicent Marti Signed-off-by: Jeff King --- Documentation/technical/bitmap-format.txt | 131 ++ 1 file changed, 131 insertions(+) create mode 1006