diff options
author | Jeff King <peff@peff.net> | 2019-10-18 00:58:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-28 14:05:18 +0900 |
commit | 5afc4b1dc622d574bcd67b5845789a0b5875431a (patch) | |
tree | 0f890ebb095a065683e67f963bc58f762520f684 /Documentation/git-mktree.txt | |
parent | fsck: don't require object structs for display functions (diff) | |
download | tgif-5afc4b1dc622d574bcd67b5845789a0b5875431a.tar.xz |
fsck: only provide oid/type in fsck_error callback
None of the callbacks actually care about having a "struct object";
they're happy with just the oid and type information. So let's give
ourselves more flexibility to avoid having a "struct object" by just
passing the broken-down fields.
Note that the callback already takes a "type" field for the fsck message
type. We'll rename that to "msg_type" (and use "object_type" for the
object type) to make the distinction explicit.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktree.txt')
0 files changed, 0 insertions, 0 deletions