index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
userdiff.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ln/userdiff-elixir'
Junio C Hamano
2019-12-25
1
-1
/
+2
|
\
|
*
userdiff: remove empty subexpression from elixir regex
Ed Maste
2019-12-13
1
-1
/
+2
*
|
Merge branch 'jh/userdiff-python-async'
Junio C Hamano
2019-12-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
userdiff: support Python async functions
Josh Holland
2019-11-20
1
-1
/
+1
*
|
userdiff: add Elixir to supported userdiff languages
Łukasz Niemier
2019-11-10
1
-0
/
+12
*
|
userdiff: fix some corner cases in dts regex
Stephen Boyd
2019-10-21
1
-1
/
+2
*
|
userdiff: add a builtin pattern for dts files
Stephen Boyd
2019-08-22
1
-0
/
+8
|
/
*
Merge branch 'ml/userdiff-rust'
Junio C Hamano
2019-06-21
1
-0
/
+6
|
\
|
*
userdiff: two simplifications of patterns for rust
Johannes Sixt
2019-05-30
1
-3
/
+2
|
*
userdiff: add built-in pattern for rust
Marc-André Lureau
2019-05-17
1
-0
/
+7
*
|
userdiff: fix grammar and style issues
Boxuan Li
2019-05-29
1
-2
/
+4
*
|
userdiff: add Octave
Boxuan Li
2019-05-19
1
-1
/
+4
|
/
*
Merge branch 'nd/style-opening-brace'
Junio C Hamano
2019-01-18
1
-1
/
+2
|
\
|
*
style: the opening '{' of a function is in a separate line
Nguyễn Thái Ngọc Duy
2018-12-10
1
-1
/
+2
*
|
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-2
/
+3
|
/
*
Merge branch 'nd/the-index'
Junio C Hamano
2018-10-19
1
-2
/
+3
|
\
|
*
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+3
*
|
Make git_check_attr() a void function
Torsten Bögershausen
2018-09-13
1
-2
/
+1
|
/
*
attr: remove an implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-08-13
1
-1
/
+1
*
userdiff: support new keywords in PHP hunk header
Kana Natsuno
2018-07-06
1
-1
/
+1
*
Merge branch 'tl/userdiff-csharp-async'
Junio C Hamano
2018-03-15
1
-1
/
+1
|
\
|
*
userdiff.c: add C# async keyword in diff pattern
Thomas Levesque
2018-03-08
1
-1
/
+1
*
|
userdiff: add built-in pattern for golang
Alban Gruin
2018-03-01
1
-0
/
+9
|
/
*
Merge branch 'ik/userdiff-html-h-element-fix'
Junio C Hamano
2017-09-28
1
-1
/
+1
|
\
|
*
userdiff: fix HTML hunk header regexp
Ilya Kantor
2017-09-24
1
-1
/
+1
*
|
userdiff: release strbuf after use in userdiff_get_textconv()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
attr: convert git_check_attrs() callers to use the new API
Junio C Hamano
2017-02-01
1
-11
/
+8
*
|
attr: rename function and struct related to checking attributes
Junio C Hamano
2017-02-01
1
-2
/
+2
|
/
*
userdiff: add built-in pattern for CSS
William Duclot
2016-06-03
1
-0
/
+12
*
userdiff: add support for Fountain documents
Zoë Blade
2015-07-23
1
-0
/
+2
*
do not include the same header twice
Дилян Палаузов
2015-02-13
1
-1
/
+0
*
userdiff: have 'cpp' hunk header pattern catch more C++ anchor points
Johannes Sixt
2014-03-21
1
-5
/
+3
*
userdiff: support unsigned and long long suffixes of integer constants
Johannes Sixt
2014-03-21
1
-1
/
+1
*
userdiff: support C++ ->* and .* operators in the word regexp
Johannes Sixt
2014-03-21
1
-1
/
+1
*
userdiff: update Ada patterns
Adrian Johnson
2014-02-05
1
-2
/
+2
*
userdiff: drop parse_driver function
Jeff King
2013-01-23
1
-29
/
+21
*
convert some config callbacks to parse_config_key
Jeff King
2013-01-23
1
-10
/
+3
*
Add userdiff patterns for Ada
Adrian Johnson
2012-09-17
1
-0
/
+9
*
drop odd return value semantics from userdiff_config
Jeff King
2012-02-07
1
-13
/
+6
*
Merge branch 'tr/userdiff-c-returns-pointer'
Junio C Hamano
2011-12-14
1
-1
/
+1
|
\
|
*
userdiff: allow * between cpp funcname words
Thomas Rast
2011-12-06
1
-1
/
+1
*
|
Add built-in diff patterns for MATLAB code
Gustaf Hendeby
2011-11-16
1
-0
/
+3
*
|
Rename git_checkattr() to git_check_attr()
Michael Haggerty
2011-08-05
1
-1
/
+1
*
|
Merge branch 'jk/combine-diff-binary-etc'
Junio C Hamano
2011-06-30
1
-0
/
+17
|
\
\
|
*
|
refactor get_textconv to not require diff_filespec
Jeff King
2011-05-24
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-22
1
-3
/
+17
*
|
|
userdiff/perl: match full line of POD headers
Jonathan Nieder
2011-05-22
1
-1
/
+1
*
|
|
userdiff/perl: anchor "sub" and "package" patterns on the left
Jonathan Nieder
2011-05-22
1
-2
/
+2
|
/
/
[next]