diff options
author | Jeff King <peff@peff.net> | 2019-10-18 00:58:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 14:05:18 +0900 |
commit | 82ef89b318a3c88a3e6af21a05b75abf56d715da (patch) | |
tree | c8b0165d11aa28b77ec005c2d236ed75bb0b3b71 /fsck.c | |
parent | fsck: use oids rather than objects for object_name API (diff) | |
download | tgif-82ef89b318a3c88a3e6af21a05b75abf56d715da.tar.xz |
fsck: don't require object structs for display functions
Our printable_type() and describe_object() functions take whole object
structs, but they really only care about the oid and type. Let's take
those individually in order to give our callers more flexibility.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsck.c')
0 files changed, 0 insertions, 0 deletions