Sign in
googlers
/
jrn
/
git
/
61eea521fef11c6878a4157bcc0fca6e981a58b2
/
userdiff.c
a41dad4
Merge branch 'ml/userdiff-rust'
by Junio C Hamano
· 6 years ago
33be7b3
userdiff: two simplifications of patterns for rust
by Johannes Sixt
· 6 years ago
2731a78
userdiff: fix grammar and style issues
by Boxuan Li
· 6 years ago
91bf382
userdiff: add Octave
by Boxuan Li
· 6 years ago
d74e786
userdiff: add built-in pattern for rust
by Marc-André Lureau
· 6 years ago
3434569
Merge branch 'nd/style-opening-brace'
by Junio C Hamano
· 6 years ago
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 6 years ago
bd7ad45
notes-cache.c: remove the_repository references
by Nguyễn Thái Ngọc Duy
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
acd00ea
userdiff.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
d64324c
Make git_check_attr() a void function
by Torsten Bögershausen
· 6 years ago
7a400a2
attr: remove an implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 7 years ago
1ab6316
userdiff: support new keywords in PHP hunk header
by Kana Natsuno
· 7 years ago
e215e89
Merge branch 'tl/userdiff-csharp-async'
by Junio C Hamano
· 7 years ago
a12cec9
userdiff.c: add C# async keyword in diff pattern
by Thomas Levesque
· 7 years ago
1dbf0c0
userdiff: add built-in pattern for golang
by Alban Gruin
· 7 years ago
376a1da
Merge branch 'ik/userdiff-html-h-element-fix'
by Junio C Hamano
· 7 years ago
9c03cac
userdiff: fix HTML hunk header regexp
by Ilya Kantor
· 7 years ago
460c7eb
userdiff: release strbuf after use in userdiff_get_textconv()
by Rene Scharfe
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
2aef63d
attr: convert git_check_attrs() callers to use the new API
by Junio C Hamano
· 8 years ago
7bd1805
attr: rename function and struct related to checking attributes
by Junio C Hamano
· 8 years ago
0719f3e
userdiff: add built-in pattern for CSS
by William Duclot
· 9 years ago
69f9c87
userdiff: add support for Fountain documents
by Zoë Blade
· 10 years ago
5d30851
do not include the same header twice
by Дилян Палаузов
· 10 years ago
8a2e8da
userdiff: have 'cpp' hunk header pattern catch more C++ anchor points
by Johannes Sixt
· 11 years ago
abf8f98
userdiff: support unsigned and long long suffixes of integer constants
by Johannes Sixt
· 11 years ago
407e07f
userdiff: support C++ ->* and .* operators in the word regexp
by Johannes Sixt
· 11 years ago
39a87a2
userdiff: update Ada patterns
by Adrian Johnson
· 11 years ago
0a5987f
userdiff: drop parse_driver function
by Jeff King
· 12 years ago
d731f0a
convert some config callbacks to parse_config_key
by Jeff King
· 12 years ago
e90d065
Add userdiff patterns for Ada
by Adrian Johnson
· 12 years ago
6680a08
drop odd return value semantics from userdiff_config
by Jeff King
· 13 years ago
357ba5c
Merge branch 'tr/userdiff-c-returns-pointer'
by Junio C Hamano
· 13 years ago
37e7793
userdiff: allow * between cpp funcname words
by Thomas Rast
· 13 years ago
53b10a1
Add built-in diff patterns for MATLAB code
by Gustaf Hendeby
· 13 years ago
d932f4e
Rename git_checkattr() to git_check_attr()
by Michael Haggerty
· 14 years ago
dbae1a1
Merge branch 'jk/combine-diff-binary-etc'
by Junio C Hamano
· 14 years ago
3813e69
refactor get_textconv to not require diff_filespec
by Jeff King
· 14 years ago
f143d9c
userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimiters
by Jonathan Nieder
· 14 years ago
ea2ca44
userdiff/perl: catch sub with brace on second line
by Jonathan Nieder
· 14 years ago
12f0967
userdiff/perl: match full line of POD headers
by Jonathan Nieder
· 14 years ago
f12c66b
userdiff/perl: anchor "sub" and "package" patterns on the left
by Jonathan Nieder
· 14 years ago
1bb4abe
Merge branch 'tr/diff-words-test'
by Junio C Hamano
· 14 years ago
342953a
Merge branch 'as/userdiff-pascal'
by Junio C Hamano
· 14 years ago
664d44e
userdiff: simplify word-diff safeguard
by Jonathan Nieder
· 14 years ago
ad5b694
userdiff: match Pascal class methods
by Alexey Shumkin
· 14 years ago
a25e473
userdiff/perl: catch BEGIN/END/... and POD as headers
by Junio C Hamano
· 14 years ago
71a5d4b
diff: funcname and word patterns for perl
by Jonathan Nieder
· 14 years ago
b34f69f
userdiff: fix typo in ruby and python word regexes
by Thomas Rast
· 14 years ago
909a549
userdiff.c: add builtin fortran regex patterns
by Brandon Casey
· 14 years ago
b221207
Userdiff patterns for C#
by Petr Onderka
· 15 years ago
9559910
Merge branch 'bs/userdiff-php'
by Junio C Hamano
· 15 years ago
6d2f208
diff: Support visibility modifiers in the PHP hunk header regexp
by Björn Steinbrink
· 15 years ago
d9bae1a
diff: cache textconv output
by Jeff King
· 15 years ago
7fb0eaa
git_attr(): fix function signature
by Junio C Hamano
· 15 years ago
959e2e6
avoid exponential regex match for java and objc function names
by Paolo Bonzini
· 16 years ago
ae3b970
Change the spelling of "wordregex".
by Boyd Stephen Smith Jr
· 16 years ago
80c49c3
color-words: make regex configurable via attributes
by Thomas Rast
· 16 years ago
c7534ef
userdiff: require explicitly allowing textconv
by Jeff King
· 16 years ago
9cb92c3
diff: add filter for converting binary to text
by Jeff King
· 16 years ago
122aa6f
diff: introduce diff.<driver>.binary
by Jeff King
· 16 years ago
be58e70
diff: unify external diff and funcname parsing code
by Jeff King
· 16 years ago