aboutsummaryrefslogtreecommitdiff
path: root/userdiff.c
Commit message (Expand)AuthorAge
* Merge branch 'ik/userdiff-html-h-element-fix'Junio C Hamano2017-09-28
|\
| * userdiff: fix HTML hunk header regexpIlya Kantor2017-09-24
* | userdiff: release strbuf after use in userdiff_get_textconv()Rene Scharfe2017-09-07
* | config: don't include config.h by defaultBrandon Williams2017-06-15
* | attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
* | attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
|/
* userdiff: add built-in pattern for CSSWilliam Duclot2016-06-03
* userdiff: add support for Fountain documentsZoë Blade2015-07-23
* do not include the same header twiceДилян Палаузов2015-02-13
* userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsJohannes Sixt2014-03-21
* userdiff: support unsigned and long long suffixes of integer constantsJohannes Sixt2014-03-21
* userdiff: support C++ ->* and .* operators in the word regexpJohannes Sixt2014-03-21
* userdiff: update Ada patternsAdrian Johnson2014-02-05
* userdiff: drop parse_driver functionJeff King2013-01-23
* convert some config callbacks to parse_config_keyJeff King2013-01-23
* Add userdiff patterns for AdaAdrian Johnson2012-09-16
* drop odd return value semantics from userdiff_configJeff King2012-02-07
* Merge branch 'tr/userdiff-c-returns-pointer'Junio C Hamano2011-12-13
|\
| * userdiff: allow * between cpp funcname wordsThomas Rast2011-12-06
* | Add built-in diff patterns for MATLAB codeGustaf Hendeby2011-11-15
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04
* | Merge branch 'jk/combine-diff-binary-etc'Junio C Hamano2011-06-29
|\ \
| * | refactor get_textconv to not require diff_filespecJeff King2011-05-23
* | | userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimitersJonathan Nieder2011-05-23
* | | userdiff/perl: catch sub with brace on second lineJonathan Nieder2011-05-21
* | | userdiff/perl: match full line of POD headersJonathan Nieder2011-05-21
* | | userdiff/perl: anchor "sub" and "package" patterns on the leftJonathan Nieder2011-05-21
|/ /
* | Merge branch 'tr/diff-words-test'Junio C Hamano2011-02-09
|\ \
| * | userdiff: simplify word-diff safeguardJonathan Nieder2011-01-18
* | | Merge branch 'as/userdiff-pascal'Junio C Hamano2011-01-24
|\ \ \ | |/ / |/| |
| * | userdiff: match Pascal class methodsAlexey Shumkin2011-01-11
* | | userdiff/perl: catch BEGIN/END/... and POD as headersJunio C Hamano2010-12-27
* | | diff: funcname and word patterns for perlJonathan Nieder2010-12-27
|/ /
* | userdiff: fix typo in ruby and python word regexesThomas Rast2010-12-18
* | userdiff.c: add builtin fortran regex patternsBrandon Casey2010-09-10
|/
* Userdiff patterns for C#Petr Onderka2010-08-16
* Merge branch 'bs/userdiff-php'Junio C Hamano2010-06-13
|\
| * diff: Support visibility modifiers in the PHP hunk header regexpBjörn Steinbrink2010-05-27
* | diff: cache textconv outputJeff King2010-04-02
|/
* git_attr(): fix function signatureJunio C Hamano2010-01-16
* avoid exponential regex match for java and objc function namesPaolo Bonzini2009-06-18
* Change the spelling of "wordregex".Boyd Stephen Smith Jr2009-01-21
* color-words: make regex configurable via attributesThomas Rast2009-01-17
* userdiff: require explicitly allowing textconvJeff King2008-10-26
* diff: add filter for converting binary to textJeff King2008-10-18
* diff: introduce diff.<driver>.binaryJeff King2008-10-18
* diff: unify external diff and funcname parsing codeJeff King2008-10-18