merge-ort: make `path_messages` a strmap to a string_list
commit2715e8a931ce1ad3a7bcffbdc6c0e556ae87d158
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 18 Jun 2022 00:20:55 +0000 (18 00:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jun 2022 23:10:06 +0000 (22 16:10 -0700)
treef65b58e77dc6185f71097dc073cae17f90e1b08c
parent6debb7527b0e2f791256a216394503899b0488ee
merge-ort: make `path_messages` a strmap to a string_list

This allows us once again to get away with less data copying.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
merge-ort.c
merge-ort.h