diff options
| author | Jeff King <peff@peff.net> | 2019-10-18 01:02:08 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 14:05:18 +0900 |
| commit | b2f2039c2b23ff2a417d404f205b9741870d4acd (patch) | |
| tree | cded41663074edeed402bb82ce75139e2d953294 /commit.c | |
| parent | c5b4269b57df38b26a3b851833e94abce08583e7 (diff) | |
| download | git-b2f2039c2b23ff2a417d404f205b9741870d4acd.tar.gz | |
fsck: accept an oid instead of a "struct tree" for fsck_tree()
We don't actually look at the tree struct in fsck_tree() beyond its oid
and type (which is obviously OBJ_TREE). Just taking an oid gives our
callers more flexibility to avoid creating 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
