Re: [PATCH v3 3/3] Move reusable parts of memory pool into its own file

2018-03-29 Thread Jameson Miller
8 12:43 PM To: Jameson Miller Cc: git@vger.kernel.org; p...@peff.net Subject: Re: [PATCH v3 3/3] Move reusable parts of memory pool into its own file   Jameson Miller <jam...@microsoft.com> writes: > This moves the reusable parts of the memory pool logic used by > fast-import.c into its own

Re: [PATCH v3 3/3] Move reusable parts of memory pool into its own file

2018-03-27 Thread Junio C Hamano
Jameson Miller writes: > This moves the reusable parts of the memory pool logic used by > fast-import.c into its own file for use by other components. > > Signed-off-by: Jameson Miller > --- > Makefile | 1 + > fast-import.c | 70 >

[PATCH v3 3/3] Move reusable parts of memory pool into its own file

2018-03-26 Thread Jameson Miller
This moves the reusable parts of the memory pool logic used by fast-import.c into its own file for use by other components. Signed-off-by: Jameson Miller --- Makefile | 1 + fast-import.c | 70 +-- mem-pool.c