Age | Commit message (Expand) | Author | Files | Lines |
2018-11-13 | Merge branch 'nd/wildmatch-double-asterisk' | Junio C Hamano | 1 | -2/+2 |
2018-10-29 | wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2018-03-27 | t/helper: merge test-wildmatch into test-tool | Nguyễn Thái Ngọc Duy | 1 | -7/+7 |
2018-01-30 | wildmatch test: mark test as EXPENSIVE_ON_WINDOWS | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
2018-01-30 | wildmatch test: create & test files on disk in addition to in-memory | Ævar Arnfjörð Bjarmason | 1 | -11/+190 |
2018-01-30 | wildmatch test: perform all tests under all wildmatch() modes | Ævar Arnfjörð Bjarmason | 1 | -252/+226 |
2018-01-30 | wildmatch test: use test_must_fail, not ! for test-wildmatch | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2018-01-30 | wildmatch test: remove dead fnmatch() test code | Ævar Arnfjörð Bjarmason | 1 | -178/+178 |
2018-01-30 | wildmatch test: use a paranoia pattern from nul_match() | Ævar Arnfjörð Bjarmason | 1 | -3/+12 |
2018-01-30 | wildmatch test: don't try to vertically align our output | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
2018-01-30 | wildmatch test: use more standard shell style | Ævar Arnfjörð Bjarmason | 1 | -3/+6 |
2018-01-30 | wildmatch test: indent with tabs, not spaces | Ævar Arnfjörð Bjarmason | 1 | -27/+27 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-06-15 | wildmatch test: cover a blind spot in "/" matching | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-05-29 | wildmatch test: remove redundant duplicate test | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2014-02-20 | stop using fnmatch (either native or compat) | Nguyễn Thái Ngọc Duy | 1 | -13/+0 |
2013-06-02 | wildmatch: properly fold case everywhere | Anthony Ramine | 1 | -6/+49 |
2013-01-01 | wildmatch: advance faster in <asterisk> + <literal> patterns | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2013-01-01 | wildmatch: make a special case for "*/" with FNM_PATHNAME | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
2013-01-01 | wildmatch: support "no FNM_PATHNAME" mode | Nguyễn Thái Ngọc Duy | 1 | -0/+27 |
2013-01-01 | wildmatch: fix "**" special case | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-12-15 | t3070: Disable some failing fnmatch tests | Ramsay Jones | 1 | -3/+3 |
2012-11-20 | test-wildmatch: avoid Windows path mangling | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2012-10-15 | wildmatch: make /**/ match zero or more directories | Nguyễn Thái Ngọc Duy | 1 | -1/+7 |
2012-10-15 | wildmatch: adjust "**" behavior | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2012-10-15 | t3070: disable unreliable fnmatch tests | Nguyễn Thái Ngọc Duy | 1 | -43/+43 |
2012-10-15 | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 1 | -0/+188 |