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-07-05kwset: move translation table from ctypeCalvin Wan
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton
2012-10-16ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy
2012-10-16ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy
2012-03-08Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano
2012-02-29grep: use static trans-case tableJunio C Hamano
2012-02-11ctype.c only wants git-compat-util.hNamhyung Kim
2011-04-09magic pathspec: futureproof shorthand formJunio C Hamano
2010-06-01enums: omit trailing comma for portabilityGary V. Vaughan
2009-05-02ctype.c: fix typo in commentRené Scharfe
2009-01-18Add is_regex_special()René Scharfe
2009-01-18Change NUL char handling of isspecial()René Scharfe
2009-01-18Reformat ctype.cRené Scharfe
2008-08-29dir.c: Avoid c99 array initializationBrandon Casey
2008-08-28ctype.c: protect tiny C preprocessor constantsJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2005-10-15Unlocalized isspace and friendsLinus Torvalds