diffcore-rename: rename num_create to num_destinations
authorElijah Newren <redacted>
Fri, 11 Dec 2020 09:08:40 +0000 (09:08 +0000)
committerJunio C Hamano <redacted>
Mon, 14 Dec 2020 17:34:50 +0000 (09:34 -0800)
commit26a66a6b1c653bc6c05534016992985d48267d70
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
diffcore-rename.c
git clone https://git.99rst.org/PROJECT