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
/
xprepare.c
Age
Commit message (
Expand
)
Author
2026-01-26
xdiff: remove unused data from xdlclass_t
Phillip Wood
2026-01-26
xdiff: remove "line_hash" field from xrecord_t
Phillip Wood
2025-11-18
xdiff: rename rindex -> reference_index
Ezekiel Newren
2025-11-18
xdiff: make xdfile_t.nreff a size_t instead of long
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 unambiguous types in xdl_hash_record()
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-10-03
xdiff: add macros DISCARD(0), KEEP(1), INVESTIGATE(2) in xprepare.c
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 fields ha, line, size in xdlclass_t in favor of an xrecord_t
Ezekiel Newren
2025-09-30
xdiff: delete redundant array xdfile_t.ha
Ezekiel Newren
2025-09-26
xdiff: delete unnecessary fields from xrecord_t and xdfile_t
Ezekiel Newren
2025-09-26
xdiff: delete local variables and initialize/free xdfile_t directly
Ezekiel Newren
2025-09-26
xdiff: delete static forward declarations in xprepare
Ezekiel Newren
2025-04-29
xdiff: disable cleanup_records heuristic with --minimal
Niels Glodny
2022-07-08
xdiff: introduce XDL_ALLOC_GROW()
Phillip Wood
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-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2021-11-18
xdiff: avoid unnecessary memory allocations
Phillip Wood
2021-11-18
diff histogram: intern strings
Phillip Wood
2017-11-09
Replace Free Software Foundation address in license notices
Todd Zullinger
2016-03-04
xdiff/xprepare: fix a memory leak
Ramsay Jones
2016-03-04
xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits
Ramsay Jones
2012-02-19
xdiff: PATIENCE/HISTOGRAM are not independent option bits
Junio C Hamano
2011-10-13
Merge branch 'rs/diff-cleanup-records-fix'
Junio C Hamano
2011-09-26
Revert removal of multi-match discard heuristic in 27af01
René Scharfe
2011-09-06
Merge branch 'rc/histogram-diff'
Junio C Hamano
2011-08-31
xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
Tay Ray Chuan
2011-08-17
Merge branch 'rc/histogram-diff' into HEAD
Junio C Hamano
2011-08-17
xdiff/xprepare: improve O(n*m) performance in xdl_cleanup_records()
Tay Ray Chuan
2011-08-03
xdiff: do away with xdl_mmfile_next()
Tay Ray Chuan
2011-07-12
xdiff/xprepare: use a smaller sample size for histogram diff
Tay Ray Chuan
2011-07-12
xdiff/xprepare: skip classification
Tay Ray Chuan
2011-07-07
xdiff/xprepare: refactor abort cleanups
Tay Ray Chuan
2011-07-07
xdiff/xprepare: use memset()
Tay Ray Chuan
2009-01-07
Implement the patience diff algorithm
Johannes Schindelin
2008-11-08
xdiff: give up scanning similar lines early
Davide Libenzi
2007-06-07
War on whitespace
Junio C Hamano
2006-06-23
Teach diff about -b and -w flags
Johannes Schindelin
2006-04-04
Clean-up trivially redundant diff.
Davide Libenzi
2006-03-25
Use a *real* built-in diff generator
Linus Torvalds