]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/xdiff-classify-record-in-histogram'
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:14 +0000 (15:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Dec 2021 23:03:14 +0000 (15:03 -0800)
"diff --histogram" optimization.

* pw/xdiff-classify-record-in-histogram:
  xdiff: drop unused flags parameter from recs_match
  xdiff: drop xpparam_t parameter from histogram cmp_recs()
  xdiff: drop CMP_ENV macro from xhistogram
  xdiff: simplify comparison
  xdiff: avoid unnecessary memory allocations
  diff histogram: intern strings


Trivial merge