]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/xdiff-cleanup-3' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:32 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:32 +0000 (10:37 -0800)
commit10fe540ccdd76b3d1ee49f19f4f0203514ba2f2a
tree9c2707de405a52292b9547b63e92e302027b213d
parentdde09b8d87312381a4c9257f11c1ef2297f68a2a
parent8bbe574720009fadd2a930020b7d2b9d0674416b
Merge branch 'en/xdiff-cleanup-3' into seen

Preparation of xdiff/ codebase to work with Rust

Comments?

* en/xdiff-cleanup-3:
  SQUASH??? cocci
  xdiff: move xdl_cleanup_records() from xprepare.c to xdiffi.c
  xdiff: remove dependence on xdlclassifier from xdl_cleanup_records()
  xdiff: replace xdfile_t.dend with xdfenv_t.delta_end
  xdiff: replace xdfile_t.dstart with xdfenv_t.delta_start
  xdiff: cleanup xdl_trim_ends()
  xdiff: use xdfenv_t in xdl_trim_ends() and xdl_cleanup_records()
  xdiff: let patience and histogram benefit from xdl_trim_ends()
  xdiff: don't waste time guessing the number of lines
  xdiff: make classic diff explicit by creating xdl_do_classic_diff()
  ivec: introduce the C side of ivec
Makefile