index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xdiff
/
xpatience.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-12
diff --anchored: avoid checking unmatched lines
Phillip Wood
1
-12
/
+6
2025-12-09
Merge branch 'yc/xdiff-patience-optim'
Junio C Hamano
1
-1
/
+4
2025-11-27
xdiff: optimize patience diff's LCS search
Yee Cheng Chin
1
-1
/
+4
2025-11-18
xdiff: make xdfile_t.nrec a size_t instead of long
Ezekiel Newren
1
-1
/
+1
2025-11-18
xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
Ezekiel Newren
1
-5
/
+5
2025-11-18
xdiff: make xrecord_t.ptr a uint8_t instead of char
Ezekiel Newren
1
-1
/
+1
2025-10-03
xdiff: change type of xdfile_t.changed from char to bool
Ezekiel Newren
1
-4
/
+4
2025-09-30
xdiff: rename rchg -> changed in xdfile_t
Ezekiel Newren
1
-4
/
+4
2025-09-30
xdiff: delete chastore from xdfile_t
Ezekiel Newren
1
-5
/
+5
2025-03-03
xdiff: *.txt -> *.adoc fixes
Todd Zullinger
1
-1
/
+1
2025-02-12
xdiff: avoid signed vs. unsigned comparisons in xpatience.c
David Aguilar
1
-3
/
+1
2025-02-12
xdiff: move sign comparison warning guard into each file
David Aguilar
1
-0
/
+3
2022-08-20
xdiff: drop unused mmfile parameters from xdl_do_patience_diff()
Jeff King
1
-16
/
+7
2022-07-08
xdiff: introduce XDL_CALLOC_ARRAY()
Phillip Wood
1
-2
/
+1
2022-07-08
xdiff: introduce xdl_calloc
Phillip Wood
1
-3
/
+1
2022-07-08
xdiff: introduce XDL_ALLOC_ARRAY()
Phillip Wood
1
-2
/
+2
2022-02-16
xdiff: handle allocation failure in patience diff
Phillip Wood
1
-5
/
+12
2022-02-16
xdiff: fix a memory leak
Phillip Wood
1
-4
/
+0
2021-05-14
Merge branch 'pw/patience-diff-clean-up'
Junio C Hamano
1
-11
/
+3
2021-05-05
patience diff: remove unused variable
Phillip Wood
1
-3
/
+0
2021-05-05
patience diff: remove unnecessary string comparisons
Phillip Wood
1
-8
/
+3
2020-10-20
merge-base, xdiff: zero out xpparam_t structures
Michał Kępień
1
-0
/
+2
2019-07-28
xdiff: remove duplicate headers from xpatience.c
Carlo Marcelo Arenas Belón
1
-2
/
+0
2017-11-28
diff: support anchoring line(s)
Jonathan Tan
1
-5
/
+37
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
1
-2
/
+2
2017-10-10
cleanup: fix possible overflow errors in binary search
Derrick Stolee
1
-1
/
+1
2016-07-11
diff: fix a double off-by-one with --ignore-space-at-eol
Johannes Schindelin
1
-1
/
+1
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
1
-1
/
+1
2011-07-07
xdiff/xpatience: factor out fall-back-diff function
Tay Ray Chuan
1
-25
/
+2
2009-01-07
Implement the patience diff algorithm
Johannes Schindelin
1
-0
/
+381