Re: [PATCH v5 02/14] add a hashtable implementation that supports O(1) removal

2013-12-18 Thread Karsten Blees
Am 14.12.2013 03:04, schrieb Jonathan Nieder:
> Hi,
> 
> Karsten Blees wrote:
> 
>>  test-hashmap.c  | 340 
>> 
> 
> Here come two small tweaks on top (meant for squashing in or applying
> to the series, whichever is more convenient).
> 
> Thanks,
> Jonathan Nieder (2):
>   Add test-hashmap to .gitignore
>   Drop unnecessary #includes from test-hashmap
> 
>  .gitignore | 1 +
>  test-hashmap.c | 3 +--
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
Thanks, these two make perfect sense.

I'm too damn slow again (merged to next two days ago), but FWIW:
Acked-by: Karsten Blees 
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 02/14] add a hashtable implementation that supports O(1) removal

2013-12-13 Thread Jonathan Nieder
Hi,

Karsten Blees wrote:

>  test-hashmap.c  | 340 
> 

Here come two small tweaks on top (meant for squashing in or applying
to the series, whichever is more convenient).

Thanks,
Jonathan Nieder (2):
  Add test-hashmap to .gitignore
  Drop unnecessary #includes from test-hashmap

 .gitignore | 1 +
 test-hashmap.c | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html