summaryrefslogtreecommitdiff
path: root/contrib/diff-highlight/Makefile
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2019-10-18 00:59:15 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-28 14:05:18 +0900
commit38370253fd43f494ca628e47b4d9c6e629990fc7 (patch)
tree5c44fb279c4d97e33892804acc2a03257f042c0d /contrib/diff-highlight/Makefile
parentfsck: only require an oid for skiplist functions (diff)
downloadtgif-38370253fd43f494ca628e47b4d9c6e629990fc7.tar.xz
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 'contrib/diff-highlight/Makefile')
0 files changed, 0 insertions, 0 deletions