Re: [PATCH 08/10] Integrate wildmatch to git

2012-10-06 Thread Joachim Schmitz
Thiago Farina wrote: On Fri, Oct 5, 2012 at 1:41 AM, Nguyễn Thái Ngọc Duy wrote: This makes wildmatch.c part of libgit.a and builds test-wildmatch; the dependency on libpopt in the original has been replaced with the use of our parse-options. Global variables in test-wildmatch are marked static

Re: [PATCH 08/10] Integrate wildmatch to git

2012-10-05 Thread Thiago Farina
On Fri, Oct 5, 2012 at 1:41 AM, Nguyễn Thái Ngọc Duy wrote: > This makes wildmatch.c part of libgit.a and builds test-wildmatch; the > dependency on libpopt in the original has been replaced with the use > of our parse-options. Global variables in test-wildmatch are marked > static to avoid sparse

[PATCH 08/10] Integrate wildmatch to git

2012-10-05 Thread Nguyễn Thái Ngọc Duy
This makes wildmatch.c part of libgit.a and builds test-wildmatch; the dependency on libpopt in the original has been replaced with the use of our parse-options. Global variables in test-wildmatch are marked static to avoid sparse warnings. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Ramsa