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
/
xpatience.c
Age
Commit message (
Expand
)
Author
2026-02-12
diff --anchored: avoid checking unmatched lines
Phillip Wood
2025-12-09
Merge branch 'yc/xdiff-patience-optim'
Junio C Hamano
2025-11-27
xdiff: optimize patience diff's LCS search
Yee Cheng Chin
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: 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-03-03
xdiff: *.txt -> *.adoc fixes
Todd Zullinger
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xpatience.c
David Aguilar
2025-02-12
xdiff: move sign comparison warning guard into each file
David Aguilar
2022-08-20
xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
Jeff King
2022-07-08
xdiff: introduce XDL_CALLOC_ARRAY()
Phillip Wood
2022-07-08
xdiff: introduce xdl_calloc
Phillip Wood
2022-07-08
xdiff: introduce XDL_ALLOC_ARRAY()
Phillip Wood
2022-02-16
xdiff: handle allocation failure in patience diff
Phillip Wood
2022-02-16
xdiff: fix a memory leak
Phillip Wood
2021-05-14
Merge branch 'pw/patience-diff-clean-up'
Junio C Hamano
2021-05-05
patience diff: remove unused variable
Phillip Wood
2021-05-05
patience diff: remove unnecessary string comparisons
Phillip Wood
2020-10-20
merge-base, xdiff: zero out xpparam_t structures
Michał Kępień
2019-07-28
xdiff: remove duplicate headers from xpatience.c
Carlo Marcelo Arenas Belón
2017-11-28
diff: support anchoring line(s)
Jonathan Tan
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
2017-10-10
cleanup: fix possible overflow errors in binary search
Derrick Stolee
2016-07-11
diff: fix a double off-by-one with --ignore-space-at-eol
Johannes Schindelin
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
2011-07-07
xdiff/xpatience: factor out fall-back-diff function
Tay Ray Chuan
2009-01-07
Implement the patience diff algorithm
Johannes Schindelin