Re: [PATCH 1/2] index-pack: reduce object_entry size to save memory

2015-02-22 Thread Duy Nguyen
On Mon, Feb 23, 2015 at 9:37 AM, Junio C Hamano wrote: > Nguyễn Thái Ngọc Duy writes: > >> diff --git a/builtin/index-pack.c b/builtin/index-pack.c >> index 4632117..07b2c0c 100644 >> --- a/builtin/index-pack.c >> +++ b/builtin/index-pack.c >> @@ -18,9 +18,12 @@ static const char index_pack_usag

Re: [PATCH 1/2] index-pack: reduce object_entry size to save memory

2015-02-22 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > diff --git a/builtin/index-pack.c b/builtin/index-pack.c > index 4632117..07b2c0c 100644 > --- a/builtin/index-pack.c > +++ b/builtin/index-pack.c > @@ -18,9 +18,12 @@ static const char index_pack_usage[] = > struct object_entry { > struct pack_idx_entry idx