[PATCH 4/5] Integrate wildmatch to git

2012-09-26 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 pclo...@gmail.com

[PATCH 4/5] Integrate wildmatch to git

2012-09-15 Thread Nguyễn Thái Ngọc Duy
This makes wildmatch.c part of libgit.a and builds test-wildmatch Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- Makefile | 6 ++ compat/wildmatch.c | 8 +++- t/t3070-wildmatch.sh | 27 +++ test-wildmatch.c | 8 +++- 4 files