]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/cat-file.c
cat-file: rename batch_{loose,packed}_object callbacks
authorJeff King <peff@peff.net>
Fri, 10 Aug 2018 23:17:14 +0000 (19:17 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 20:48:30 +0000 (13:48 -0700)
commitb1adb38458679af98a057bcdc988a7f6ce1247d6
treef90ed55fe0320035df46644afffa5c19dd0b5c53
parentaa2f5ef5004704cd01282a1f1a9f99459c9dc021
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/cat-file.c