| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/combine-diff-binary-etc' | Junio C Hamano | 2011-06-29 | 1 | -0/+17 |
|\ |
|
| * | refactor get_textconv to not require diff_filespec | Jeff King | 2011-05-23 | 1 | -0/+17 |
* | | userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimiters | Jonathan Nieder | 2011-05-23 | 1 | -1/+1 |
* | | userdiff/perl: catch sub with brace on second line | Jonathan Nieder | 2011-05-21 | 1 | -3/+17 |
* | | userdiff/perl: match full line of POD headers | Jonathan Nieder | 2011-05-21 | 1 | -1/+1 |
* | | userdiff/perl: anchor "sub" and "package" patterns on the left | Jonathan Nieder | 2011-05-21 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'tr/diff-words-test' | Junio C Hamano | 2011-02-09 | 1 | -24/+16 |
|\ |
|
| * | userdiff: simplify word-diff safeguard | Jonathan Nieder | 2011-01-18 | 1 | -24/+16 |
* | | Merge branch 'as/userdiff-pascal' | Junio C Hamano | 2011-01-24 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | userdiff: match Pascal class methods | Alexey Shumkin | 2011-01-11 | 1 | -1/+1 |
* | | userdiff/perl: catch BEGIN/END/... and POD as headers | Junio C Hamano | 2010-12-27 | 1 | -1/+3 |
* | | diff: funcname and word patterns for perl | Jonathan Nieder | 2010-12-27 | 1 | -0/+15 |
|/ |
|
* | userdiff: fix typo in ruby and python word regexes | Thomas Rast | 2010-12-18 | 1 | -2/+2 |
* | userdiff.c: add builtin fortran regex patterns | Brandon Casey | 2010-09-10 | 1 | -0/+17 |
* | Userdiff patterns for C# | Petr Onderka | 2010-08-16 | 1 | -0/+16 |
* | Merge branch 'bs/userdiff-php' | Junio C Hamano | 2010-06-13 | 1 | -1/+3 |
|\ |
|
| * | diff: Support visibility modifiers in the PHP hunk header regexp | Björn Steinbrink | 2010-05-27 | 1 | -1/+3 |
* | | diff: cache textconv output | Jeff King | 2010-04-02 | 1 | -0/+9 |
|/ |
|
* | git_attr(): fix function signature | Junio C Hamano | 2010-01-16 | 1 | -1/+1 |
* | avoid exponential regex match for java and objc function names | Paolo Bonzini | 2009-06-18 | 1 | -2/+3 |
* | Change the spelling of "wordregex". | Boyd Stephen Smith Jr | 2009-01-21 | 1 | -2/+2 |
* | color-words: make regex configurable via attributes | Thomas Rast | 2009-01-17 | 1 | -15/+63 |
* | userdiff: require explicitly allowing textconv | Jeff King | 2008-10-26 | 1 | -9/+1 |
* | diff: add filter for converting binary to text | Jeff King | 2008-10-18 | 1 | -0/+2 |
* | diff: introduce diff.<driver>.binary | Jeff King | 2008-10-18 | 1 | -3/+16 |
* | diff: unify external diff and funcname parsing code | Jeff King | 2008-10-18 | 1 | -0/+160 |