diff options
author | Jeff King <peff@peff.net> | 2019-10-18 00:59:29 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 14:05:18 +0900 |
commit | 6da40b22cae536211abcb943ff4f316e9129fcc9 (patch) | |
tree | ebac678d8a44e2802a3c30b8cce1a1c75c636bf1 /commit.c | |
parent | 38370253fd43f494ca628e47b4d9c6e629990fc7 (diff) |
fsck: accept an oid instead of a "struct blob" for fsck_blob()
We don't actually need any information from the object struct except its
oid (and the type, of course, but that's implicitly OBJ_BLOB). This
gives our callers more flexibility to drop the object structs, too.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions