index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userdiff.h
Age
Commit message (
Expand
)
Author
2024-08-14
userdiff: fix leaking memory for configured diff drivers
Patrick Steinhardt
2024-06-20
Merge branch 'rs/diff-exit-code-with-external-diff'
Junio C Hamano
2024-06-10
diff: let external diffs report that changes are uninteresting
René Scharfe
2024-06-10
userdiff: add and use struct external_diff
René Scharfe
2024-06-07
global: convert intentionally-leaking config strings to consts
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2023-04-20
Merge branch 'rs/userdiff-multibyte-regex'
Junio C Hamano
2023-04-07
userdiff: support regexec(3) with multi-byte support
René Scharfe
2023-02-21
diff: teach diff to read algorithm from diff driver
John Cai
2021-04-08
userdiff: add and use for_each_userdiff_driver()
Ævar Arnfjörð Bjarmason
2018-11-12
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-09-21
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2016-02-22
diff: clarify textconv interface
Jeff King
2011-05-23
refactor get_textconv to not require diff_filespec
Jeff King
2010-04-02
diff: cache textconv output
Jeff King
2009-01-17
color-words: make regex configurable via attributes
Thomas Rast
2008-10-26
userdiff: require explicitly allowing textconv
Jeff King
2008-10-18
diff: add filter for converting binary to text
Jeff King
2008-10-18
diff: introduce diff.<driver>.binary
Jeff King
2008-10-18
diff: unify external diff and funcname parsing code
Jeff King