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
2012-09-17Add userdiff patterns for AdaAdrian Johnson
2011-11-16Add built-in diff patterns for MATLAB codeGustaf Hendeby
2011-05-23userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimitersJonathan Nieder
2011-05-22userdiff/perl: catch sub with brace on second lineJonathan Nieder
2011-05-22userdiff/perl: match full line of POD headersJonathan Nieder
2011-05-22userdiff/perl: anchor "sub" and "package" patterns on the leftJonathan Nieder
2011-05-22t4018 (funcname patterns): minor cleanupsJonathan Nieder
2011-05-22t4018 (funcname patterns): make configuration easier to trackJonathan Nieder
2011-05-22t4018 (funcname patterns): make .gitattributes state easier to trackJonathan Nieder
2010-12-27diff: funcname and word patterns for perlJonathan Nieder
2010-09-30Merge branch 'bc/fortran-userdiff'Junio C Hamano
2010-09-10userdiff.c: add builtin fortran regex patternsBrandon Casey
2010-09-10t/t4018: avoid two unnecessary sub-shell invocationsBrandon Casey
2010-09-10t/t4018: test whether the word_regex patterns compileBrandon Casey
2010-08-17Userdiff patterns for C#Petr Onderka
2009-05-06t4018-diff-funcname: add cpp xfuncname pattern to syntax testBrandon Casey
2008-10-17Merge branch 'maint'Junio C Hamano
2008-10-16xdiff-interface.c: strip newline (and cr) from line before pattern matchingBrandon Casey
2008-10-16t4018-diff-funcname: demonstrate end of line funcname matching flawBrandon Casey
2008-10-16t4018-diff-funcname: rework negated last expression testBrandon Casey
2008-10-15t4018-diff-funcname: add objective-c xfuncname pattern to syntax testBrandon Casey
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-23t4018-diff-funcname: test syntax of builtin xfuncname patternsBrandon Casey
2008-09-19diff.*.xfuncname which uses "extended" regex's for hunk header selectionBrandon Casey
2008-09-11Use compatibility regex library for OSX/DarwinArjen Laarhoven
2008-07-14t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2007-11-23Make test scripts executable.Junio C Hamano
2007-07-07Fix configuration syntax to specify customized hunk header patterns.Junio C Hamano
2007-07-06Per-path attribute based hunk header selection.Junio C Hamano