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