Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Merge branch 've/userdiff-bash' | Junio C Hamano | 1 | -0/+21 |
2020-10-27 | Merge branch 'sd/userdiff-css-update' | Junio C Hamano | 1 | -1/+1 |
2020-10-27 | Merge branch 'kb/userdiff-rust-macro-rules' | Junio C Hamano | 1 | -1/+1 |
2020-10-22 | userdiff: support Bash | Victor Engmark | 1 | -0/+21 |
2020-10-08 | userdiff: expand detected chunk headers for css | Sohom Datta | 1 | -1/+1 |
2020-10-07 | userdiff: recognize 'macro_rules!' as starting a Rust function block | Konrad Borowski | 1 | -1/+1 |
2020-10-07 | userdiff: PHP: catch "abstract" and "final" functions | Javier Spagnoletti | 1 | -1/+1 |
2020-08-13 | userdiff: improve Fortran xfuncname regex | Philippe Blain | 1 | -1/+1 |
2020-08-13 | userdiff: add tests for Fortran xfuncname regex | Philippe Blain | 1 | -0/+4 |
2020-05-08 | Merge branch 'ah/userdiff-markdown' | Junio C Hamano | 1 | -0/+3 |
2020-05-02 | userdiff: support Markdown | Ash Holland | 1 | -0/+3 |
2020-04-10 | parse_config_key(): return subsection len as size_t | Jeff King | 1 | -2/+2 |
2019-12-25 | Merge branch 'ln/userdiff-elixir' | Junio C Hamano | 1 | -1/+2 |
2019-12-13 | userdiff: remove empty subexpression from elixir regex | Ed Maste | 1 | -1/+2 |
2019-12-05 | Merge branch 'jh/userdiff-python-async' | Junio C Hamano | 1 | -1/+1 |
2019-11-20 | userdiff: support Python async functions | Josh Holland | 1 | -1/+1 |
2019-11-10 | userdiff: add Elixir to supported userdiff languages | Łukasz Niemier | 1 | -0/+12 |
2019-10-21 | userdiff: fix some corner cases in dts regex | Stephen Boyd | 1 | -1/+2 |
2019-08-21 | userdiff: add a builtin pattern for dts files | Stephen Boyd | 1 | -0/+8 |
2019-06-21 | Merge branch 'ml/userdiff-rust' | Junio C Hamano | 1 | -0/+6 |
2019-05-30 | userdiff: two simplifications of patterns for rust | Johannes Sixt | 1 | -3/+2 |
2019-05-29 | userdiff: fix grammar and style issues | Boxuan Li | 1 | -2/+4 |
2019-05-19 | userdiff: add Octave | Boxuan Li | 1 | -1/+4 |
2019-05-17 | userdiff: add built-in pattern for rust | Marc-André Lureau | 1 | -0/+7 |
2019-01-18 | Merge branch 'nd/style-opening-brace' | Junio C Hamano | 1 | -1/+2 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-11-12 | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+3 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2018-09-12 | Make git_check_attr() a void function | Torsten Bögershausen | 1 | -2/+1 |
2018-08-13 | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-07-06 | userdiff: support new keywords in PHP hunk header | Kana Natsuno | 1 | -1/+1 |
2018-03-15 | Merge branch 'tl/userdiff-csharp-async' | Junio C Hamano | 1 | -1/+1 |
2018-03-08 | userdiff.c: add C# async keyword in diff pattern | Thomas Levesque | 1 | -1/+1 |
2018-03-01 | userdiff: add built-in pattern for golang | Alban Gruin | 1 | -0/+9 |
2017-09-28 | Merge branch 'ik/userdiff-html-h-element-fix' | Junio C Hamano | 1 | -1/+1 |
2017-09-24 | userdiff: fix HTML hunk header regexp | Ilya Kantor | 1 | -1/+1 |
2017-09-07 | userdiff: release strbuf after use in userdiff_get_textconv() | Rene Scharfe | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-02-01 | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 1 | -11/+8 |
2017-02-01 | attr: rename function and struct related to checking attributes | Junio C Hamano | 1 | -2/+2 |
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 |