Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-13Merge branch 'nd/wildmatch-double-asterisk'Junio C Hamano
2018-10-29wildmatch: change behavior of "foo**bar" in WM_PATHNAME modeNguyễn Thái Ngọc Duy
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-03-27t/helper: merge test-wildmatch into test-toolNguyễn Thái Ngọc Duy
2018-01-31wildmatch test: mark test as EXPENSIVE_ON_WINDOWSÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: create & test files on disk in addition to in-memoryÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: perform all tests under all wildmatch() modesÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: use test_must_fail, not ! for test-wildmatchÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: remove dead fnmatch() test codeÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: use a paranoia pattern from nul_match()Ævar Arnfjörð Bjarmason
2018-01-31wildmatch test: don't try to vertically align our outputÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: use more standard shell styleÆvar Arnfjörð Bjarmason
2018-01-31wildmatch test: indent with tabs, not spacesÆvar Arnfjörð Bjarmason
2017-06-27Spelling fixesVille Skyttä
2017-06-16wildmatch test: cover a blind spot in "/" matchingÆvar Arnfjörð Bjarmason
2017-05-29wildmatch test: remove redundant duplicate testÆvar Arnfjörð Bjarmason
2014-02-21stop using fnmatch (either native or compat)Nguyễn Thái Ngọc Duy
2013-06-03wildmatch: properly fold case everywhereAnthony Ramine
2013-01-02wildmatch: advance faster in <asterisk> + <literal> patternsNguyễn Thái Ngọc Duy
2013-01-02wildmatch: make a special case for "*/" with FNM_PATHNAMENguyễn Thái Ngọc Duy
2013-01-02wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy
2013-01-02wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy
2012-12-16t3070: Disable some failing fnmatch testsRamsay Jones
2012-11-21test-wildmatch: avoid Windows path manglingNguyễn Thái Ngọc Duy
2012-10-16wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy
2012-10-16wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy
2012-10-16t3070: disable unreliable fnmatch testsNguyễn Thái Ngọc Duy
2012-10-16Integrate wildmatch to gitNguyễn Thái Ngọc Duy