From: Jeff King Date: Fri, 10 Aug 2018 23:17:14 +0000 (-0400) Subject: cat-file: rename batch_{loose,packed}_object callbacks X-Git-Tag: v2.19.0-rc0~20^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b1adb38458679af98a057bcdc988a7f6ce1247d6?ds=inline;hp=b1adb38458679af98a057bcdc988a7f6ce1247d6 cat-file: rename batch_{loose,packed}_object callbacks We're not really doing the batch-show operation in these callbacks, but just collecting the set of objects. That distinction will become more important in a future patch, so let's rename them now to avoid cluttering that diff. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---