summaryrefslogtreecommitdiffstats
path: root/test-mergesort.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-02wildmatch: fix "**" special caseNguyễn Thái Ngọc Duy2-2/+3
2012-12-16t3070: Disable some failing fnmatch testsRamsay Jones1-3/+3
2012-11-20test-wildmatch: avoid Windows path manglingNguyễn Thái Ngọc Duy2-5/+13
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy4-1/+77
2012-10-15wildmatch: make /**/ match zero or more directoriesNguyễn Thái Ngọc Duy2-1/+19
2012-10-15wildmatch: adjust "**" behaviorNguyễn Thái Ngọc Duy3-8/+16
2012-10-15wildmatch: fix case-insensitive matchingNguyễn Thái Ngọc Duy1-0/+2
2012-10-15wildmatch: remove static variable force_lower_caseNguyễn Thái Ngọc Duy3-20/+8
2012-10-15wildmatch: make wildmatch's return value compatible with fnmatchNguyễn Thái Ngọc Duy2-11/+14
2012-10-15t3070: disable unreliable fnmatch testsNguyễn Thái Ngọc Duy1-43/+43
2012-10-15Integrate wildmatch to gitNguyễn Thái Ngọc Duy6-166/+210
2012-10-15wildmatch: follow Git's coding conventionNguyễn Thái Ngọc Duy1-146/+146
2012-10-15wildmatch: remove unnecessary functionsNguyễn Thái Ngọc Duy2-156/+10
2012-10-15Import wildmatch from rsyncNguyễn Thái Ngọc Duy3-0/+539
2012-10-15ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy2-5/+21
2012-10-15ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy2-2/+2
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy5-32/+64
2012-10-15gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2-23/+50
2012-10-15exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy1-32/+53
2012-10-15exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy2-1/+7
2012-10-15exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy1-13/+24
2012-10-15exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy1-2/+3
2012-10-05attr: avoid searching for basename on every matchNguyễn Thái Ngọc Duy1-6/+9
2012-10-05attr: avoid strlen() on every matchNguyễn Thái Ngọc Duy1-2/+4
2012-09-15Git 1.7.11.7v1.7.11.7Junio C Hamano4-3/+50
2012-09-11Git 1.7.11.6v1.7.11.6Junio C Hamano3-35/+58
2012-09-11Almost 1.7.11.6Junio C Hamano1-1/+29
2012-09-10gitcli: contrast wildcard given to shell and to gitJunio C Hamano1-0/+17
2012-09-10gitcli: formatting fixJunio C Hamano1-1/+1
2012-09-09gitk: Rename 'tagcontents' to 'cached_tagcontent'David Aguilar1-7/+7
2012-09-09gitk: Teach "Reread references" to reload tagsDavid Aguilar1-1/+2
2012-09-04Document file-glob for "git checkout -- '*.c'"Junio C Hamano1-0/+12
2012-09-03test-regex: Add a test to check for a bug in the regex routinesRamsay Jones4-0/+27
2012-08-31split_ident_line(): make best effort when parsing author/committer lineJunio C Hamano2-3/+20
2012-08-29log: fix --quiet synonym for -sJeff King2-1/+13
2012-08-27http: prompt for credentials on failed POSTJeff King2-9/+16
2012-08-27http: factor out http error code handlingJeff King2-23/+29
2012-08-27t: test http access to "half-auth" repositoriesJeff King3-0/+28
2012-08-27t: test basic smart-http authenticationJeff King2-0/+25
2012-08-27t/lib-httpd: recognize */smart/* repos as smart-httpJeff King1-9/+7
2012-08-27t/lib-httpd: only route auth/dumb to dumb reposJeff King1-1/+1
2012-08-27t5550: factor out http auth setupJeff King3-54/+55
2012-08-27t5550: put auth-required repo in auth/dumbJeff King1-9/+9
2012-08-26doc: "git checkout -b/-B/--orphan" always takes a branch nameJunio C Hamano1-3/+3
2012-08-25apply: compute patch->def_name correctly under -p0Junio C Hamano2-46/+76
2012-08-24Prepare for 1.7.11.6Junio C Hamano2-1/+35
2012-08-24Make 'git submodule update --force' always check out submodules.Stefan Zager3-2/+21
2012-08-24mergetool: style fixesJunio C Hamano1-273/+308
2012-08-24Make the ciabot scripts completely self-configuring in the normal case.Eric S. Raymond4-37/+72
2012-08-24Improved documentation for the ciabot scripts.Eric S. Raymond2-2/+50