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
2023-04-05Merge branch 'pw/wildmatch-fixes'Junio C Hamano
2023-03-20wildmatch: hide internal return valuesPhillip Wood
2023-03-20wildmatch: avoid undefined behaviorPhillip Wood
2023-03-20wildmatch: fix exponential behaviorPhillip Wood
2023-02-24hex.h: move some hex-related declarations from cache.hElijah Newren
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2018-10-29wildmatch: change behavior of "foo**bar" in WM_PATHNAME modeNguyễn Thái Ngọc Duy
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng
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: make dowild() take arbitrary flagsNguyễn Thái Ngọc Duy
2013-01-02wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy
2013-01-02wildmatch: replace variable 'special' with better named onesNguyễn Thái Ngọc Duy
2013-01-02wildmatch: fix "**" special caseNguyễ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-16wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy
2012-10-16wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy
2012-10-16wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy
2012-10-16Integrate wildmatch to gitNguyễn Thái Ngọc Duy
2012-10-16wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy
2012-10-16wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy
2012-10-16Import wildmatch from rsyncNguyễn Thái Ngọc Duy