diffcore-rename: move dir_rename_counts into dir_rename_info struct
commitb6e3d2743410b0cfa749c1690de7f59683c0f372
authorElijah Newren <newren@gmail.com>
Sat, 27 Feb 2021 00:30:44 +0000 (27 00:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Feb 2021 01:53:11 +0000 (26 17:53 -0800)
tree680b14bee40f2be4e53e282ff408611d78ad8f95
parentcd52e0050f0aa18bb35cda08f2dcbe94943df2cf
diffcore-rename: move dir_rename_counts into dir_rename_info struct

This continues the migration of the directory rename detection code into
diffcore-rename, now taking the simple step of combining it with the
dir_rename_info struct.  Future commits will then make dir_rename_counts
be computed in stages, and add computation of dir_rename_guess.

Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-rename.c