summaryrefslogtreecommitdiff
path: root/t/t4018-diff-funcname.sh
AgeCommit message (Expand)Author
2016-06-03userdiff: add built-in pattern for CSSWilliam Duclot
2015-07-23userdiff: add support for Fountain documentsZoë Blade
2014-08-13tests: fix negated test_i18ngrep callsJohannes Sixt
2014-03-21t4018: reduce test files for pattern compilation testsJohannes Sixt
2014-03-21t4018: convert custom pattern test to the new infrastructureJohannes Sixt
2014-03-21t4018: convert java pattern test to the new infrastructureJohannes Sixt
2014-03-21t4018: convert perl pattern tests to the new infrastructureJohannes Sixt
2014-03-21t4018: an infrastructure to test hunk headersJohannes Sixt
2013-03-28Merge branch 'rr/tests-dedup-test-config'Junio C Hamano
2013-03-19t4018,7810,7811: remove test_config() redefinitionRamkumar Ramachandra
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-29Merge 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-14t4018-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-10Use compatibility regex library for OSX/DarwinArjen Laarhoven
2008-07-13t/: 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