summaryrefslogtreecommitdiff
path: root/t/t4013/diff.diff_initial..side
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2026-05-04 15:06:21 +0100
committerJunio C Hamano <gitster@pobox.com>2026-05-05 16:20:06 +0900
commitdca97e79bbf75f27602fe277344bfebebed82bb9 (patch)
tree821d53cd3ebd274e61fe63ec25cf01e3a4217129 /t/t4013/diff.diff_initial..side
parentc8eb18f58607057a812654bdfca3e6b47bd0ffe4 (diff)
xdiff: reduce the size of array
When the myers algorithm is selected the input files are pre-processed to remove any common prefix and suffix and any lines that appear in only one file. This requires a map to be created between the lines that are processed by the myers algorithm and the lines in the original file. That map does not include the common lines at the beginning and end of the files but the array is allocated to be the size of the whole file. Move the allocation into xdl_cleanup_records() where the map is populated and we know how big it needs to be. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions