From: Jameson Miller Date: Mon, 26 Mar 2018 17:03:49 +0000 (-0400) Subject: fast-import: rename mem_pool type to mp_block X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c04fc68ce297fdc17389c7b5b5d39c3ebcfd68da?hp=c04fc68ce297fdc17389c7b5b5d39c3ebcfd68da fast-import: rename mem_pool type to mp_block This is part of a patch series to extract the memory pool logic in fast-import into a more generalized version. The existing mem_pool type maps more closely to a "block of memory" (mp_block) in the more generalized memory pool. This commit renames the mem_pool to mp_block to reduce churn in future patches. Signed-off-by: Jameson Miller Signed-off-by: Junio C Hamano ---