diffcore-rename: rename num_create to num_destinations
commit26a66a6b1c653bc6c05534016992985d48267d70
authorElijah Newren <newren@gmail.com>
Fri, 11 Dec 2020 09:08:40 +0000 (11 09:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Dec 2020 17:34:50 +0000 (14 09:34 -0800)
treec65ac7f1ba9da933a0f8ef346477254c380ef607
parent3a0b884caba2752da0af626fb2de7d597c844e8b
diffcore-rename: rename num_create to num_destinations

Our main data structures are rename_src and rename_dst.  For counters of
these data structures, num_sources and num_destinations seem natural;
definitely more so than using num_create for the latter.

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