Re: [PATCH v4 05/12] Integrate wildmatch to git

2012-10-12 Thread Junio C Hamano
Johannes Sixt writes: > --- >8 --- > From: Johannes Sixt > Subject: [PATCH] test-wildmatch: avoid exit code -1 > > Our bash on Windows does not recognize -1 as failure. > > Signed-off-by: Johannes Sixt > --- > Please squash this in, in the next round. I do think the patch is good, but I am cu

Re: [PATCH v4 05/12] Integrate wildmatch to git

2012-10-12 Thread Johannes Sixt
--- >8 --- From: Johannes Sixt Subject: [PATCH] test-wildmatch: avoid exit code -1 Our bash on Windows does not recognize -1 as failure. Signed-off-by: Johannes Sixt --- Please squash this in, in the next round. test-wildmatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) di

[PATCH v4 05/12] Integrate wildmatch to git

2012-10-10 Thread Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy --- .gitignore | 1 + Makefile | 3 + t/t3070-wildmatch.sh | 178 +++ t/t3070/wildtest.txt | 165 --- test-wildmatch.c | 14 wildmatc