| Commit message (Expand) | Author | Age |
* | userdiff: add support for Fountain documents | Zoë Blade | 2015-07-23 |
* | do not include the same header twice | Дилян Палаузов | 2015-02-13 |
* | userdiff: have 'cpp' hunk header pattern catch more C++ anchor points | Johannes Sixt | 2014-03-21 |
* | userdiff: support unsigned and long long suffixes of integer constants | Johannes Sixt | 2014-03-21 |
* | userdiff: support C++ ->* and .* operators in the word regexp | Johannes Sixt | 2014-03-21 |
* | userdiff: update Ada patterns | Adrian Johnson | 2014-02-05 |
* | userdiff: drop parse_driver function | Jeff King | 2013-01-23 |
* | convert some config callbacks to parse_config_key | Jeff King | 2013-01-23 |
* | Add userdiff patterns for Ada | Adrian Johnson | 2012-09-16 |
* | drop odd return value semantics from userdiff_config | Jeff King | 2012-02-07 |
* | Merge branch 'tr/userdiff-c-returns-pointer' | Junio C Hamano | 2011-12-13 |
|\ |
|
| * | userdiff: allow * between cpp funcname words | Thomas Rast | 2011-12-06 |
* | | Add built-in diff patterns for MATLAB code | Gustaf Hendeby | 2011-11-15 |
* | | Rename git_checkattr() to git_check_attr() | Michael Haggerty | 2011-08-04 |
* | | Merge branch 'jk/combine-diff-binary-etc' | Junio C Hamano | 2011-06-29 |
|\ \ |
|
| * | | refactor get_textconv to not require diff_filespec | Jeff King | 2011-05-23 |
* | | | userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimiters | Jonathan Nieder | 2011-05-23 |
* | | | userdiff/perl: catch sub with brace on second line | Jonathan Nieder | 2011-05-21 |
* | | | userdiff/perl: match full line of POD headers | Jonathan Nieder | 2011-05-21 |
* | | | userdiff/perl: anchor "sub" and "package" patterns on the left | Jonathan Nieder | 2011-05-21 |
|/ / |
|
* | | Merge branch 'tr/diff-words-test' | Junio C Hamano | 2011-02-09 |
|\ \ |
|
| * | | userdiff: simplify word-diff safeguard | Jonathan Nieder | 2011-01-18 |
* | | | Merge branch 'as/userdiff-pascal' | Junio C Hamano | 2011-01-24 |
|\ \ \
| |/ /
|/| | |
|
| * | | userdiff: match Pascal class methods | Alexey Shumkin | 2011-01-11 |
* | | | userdiff/perl: catch BEGIN/END/... and POD as headers | Junio C Hamano | 2010-12-27 |
* | | | diff: funcname and word patterns for perl | Jonathan Nieder | 2010-12-27 |
|/ / |
|
* | | userdiff: fix typo in ruby and python word regexes | Thomas Rast | 2010-12-18 |
* | | userdiff.c: add builtin fortran regex patterns | Brandon Casey | 2010-09-10 |
|/ |
|
* | Userdiff patterns for C# | Petr Onderka | 2010-08-16 |
* | Merge branch 'bs/userdiff-php' | Junio C Hamano | 2010-06-13 |
|\ |
|
| * | diff: Support visibility modifiers in the PHP hunk header regexp | Björn Steinbrink | 2010-05-27 |
* | | diff: cache textconv output | Jeff King | 2010-04-02 |
|/ |
|
* | git_attr(): fix function signature | Junio C Hamano | 2010-01-16 |
* | avoid exponential regex match for java and objc function names | Paolo Bonzini | 2009-06-18 |
* | Change the spelling of "wordregex". | Boyd Stephen Smith Jr | 2009-01-21 |
* | color-words: make regex configurable via attributes | Thomas Rast | 2009-01-17 |
* | userdiff: require explicitly allowing textconv | Jeff King | 2008-10-26 |
* | diff: add filter for converting binary to text | Jeff King | 2008-10-18 |
* | diff: introduce diff.<driver>.binary | Jeff King | 2008-10-18 |
* | diff: unify external diff and funcname parsing code | Jeff King | 2008-10-18 |