index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xdiff
/
xdiffi.c
Age
Commit message (
Expand
)
Author
2026-03-24
Merge branch 'yc/histogram-hunk-shift-fix'
Junio C Hamano
2026-03-03
xdiff: re-diff shifted change groups when using histogram algorithm
Yee Cheng Chin
2025-11-18
xdiff: rename rindex -> reference_index
Ezekiel Newren
2025-11-18
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren
2025-11-18
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren
2025-11-18
xdiff: use size_t for xrecord_t.size
Ezekiel Newren
2025-11-18
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren
2025-10-03
xdiff: change type of xdfile_t.changed from char to bool
Ezekiel Newren
2025-09-30
xdiff: rename rchg -> changed in xdfile_t
Ezekiel Newren
2025-09-30
xdiff: delete chastore from xdfile_t
Ezekiel Newren
2025-09-30
xdiff: delete redundant array xdfile_t.ha
Ezekiel Newren
2025-09-30
xdiff: delete struct diffdata_t
Ezekiel Newren
2025-03-28
xdiff: avoid using the comma operator unnecessarily
Johannes Schindelin
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xdiffi.c
David Aguilar
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2022-12-13
xdiff: mark unused parameter in xdl_call_hunk_func()
Jeff King
2022-08-20
xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
Jeff King
2022-08-19
xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
Jeff King
2022-07-08
xdiff: introduce XDL_ALLOC_ARRAY()
Phillip Wood
2022-02-16
xdiff: fix a memory leak
Phillip Wood
2021-12-04
xdiff: drop unused flags parameter from recs_match
Jeff King
2021-11-18
xdiff: simplify comparison
Phillip Wood
2021-06-08
xdiff: use BUG(...), not xdl_bug(...)
Ævar Arnfjörð Bjarmason
2020-10-20
diff: add -I<regex> that ignores matching changes
Michał Kępień
2019-10-09
xdiffi: fix typos and touch up comments
Johannes Schindelin
2018-08-17
Merge branch 'sb/indent-heuristic-optim'
Junio C Hamano
2018-08-01
xdiff: reduce indent heuristic overhead
Stefan Beller
2018-07-17
xdiff/xdiffi.c: remove unneeded function declarations
Stefan Beller
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
2016-12-23
diff: retire "compaction" heuristics
Junio C Hamano
2016-09-27
xdiff: rename "struct group" to "struct xdlgroup"
Jeff King
2016-09-19
diff: improve positioning of add/delete blocks in diffs
Michael Haggerty
2016-08-23
xdl_change_compact(): introduce the concept of a change group
Michael Haggerty
2016-08-23
recs_match(): take two xrecord_t pointers as arguments
Michael Haggerty
2016-08-23
is_blank_line(): take a single xrecord_t as argument
Michael Haggerty
2016-08-23
xdl_change_compact(): only use heuristic if group can't be matched
Michael Haggerty
2016-08-23
xdl_change_compact(): fix compaction heuristic to adjust ixo
Michael Haggerty
2016-04-19
xdiff: implement empty line chunk heuristic
Stefan Beller
2016-04-18
xdiff: add recs_match helper function
Jacob Keller
2013-06-19
diff: add --ignore-blank-lines option
Antoine Pelisse
2013-04-12
Correct common spelling mistakes in comments and tests
Stefano Lattarini
2012-05-09
xdiff: remove emit_func() and xdi_diff_hunks()
René Scharfe
2012-05-09
xdiff: add hunk_func()
René Scharfe
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
2011-07-12
teach --histogram to diff
Tay Ray Chuan
2009-07-22
refactor: use bitsizeof() instead of 8 * sizeof()
Pierre Habouzit
2009-04-22
Fix typos / spelling in comments
Mike Ralphson
2009-03-15
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
2009-01-07
Implement the patience diff algorithm
Johannes Schindelin
2008-10-25
Allow alternate "low-level" emit function from xdl_diff
Brian Downing
[next]