summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-10-18 01:01:26 -0400
committerJunio C Hamano <gitster@pobox.com>2019-10-28 14:05:18 +0900
commit103fb6d43bd6ec7049564cc39e4c0e495f9bfcb8 (patch)
treea3469511245c8e9e049db715cf614ceb41cdbcd2 /commit.c
parentf648ee70885ce09558101640f540ebec2013cd80 (diff)
fsck: accept an oid instead of a "struct tag" for fsck_tag()
We don't actually look at the tag struct in fsck_tag() beyond its oid and type (which is obviously OBJ_TAG). Just taking an oid gives our callers more flexibility to avoid creating or parsing a struct, and makes it clear that we are fscking just what is in the buffer, not any pre-parsed bits from the struct. 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