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 /Documentation/config | |
parent | fsck: don't require an object struct for report() (diff) | |
download | tgif-6da40b22cae536211abcb943ff4f316e9129fcc9.tar.xz |
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 'Documentation/config')
0 files changed, 0 insertions, 0 deletions