summaryrefslogtreecommitdiff
path: root/ll-merge.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-10-18 04:59:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-28 05:05:18 (GMT)
commit38370253fd43f494ca628e47b4d9c6e629990fc7 (patch)
tree5c44fb279c4d97e33892804acc2a03257f042c0d /ll-merge.c
parentf59793763deb970dd5acffe2dffd34e791d44df8 (diff)
downloadgit-38370253fd43f494ca628e47b4d9c6e629990fc7.zip
git-38370253fd43f494ca628e47b4d9c6e629990fc7.tar.gz
git-38370253fd43f494ca628e47b4d9c6e629990fc7.tar.bz2
fsck: don't require an object struct for report()
The report() function really only cares about the oid and type of the object, not the full object struct. Let's convert it to take those two items separately, which gives our callers more flexibility. This makes some already-long lines even longer. I've mostly left them, as our eventual goal is to shrink these down as we continue refactoring (e.g., "&item->object" becomes "&item->object.oid, item->object.type", but will eventually shrink down to "oid, type"). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'll-merge.c')
0 files changed, 0 insertions, 0 deletions