]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck: only require an oid for skiplist functions
authorJeff King <peff@peff.net>
Fri, 18 Oct 2019 04:58:51 +0000 (00:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 05:05:18 +0000 (14:05 +0900)
commitf59793763deb970dd5acffe2dffd34e791d44df8
tree2f5ad6b11d182f3ed5c0badcdbcaaf96855a3979
parent5afc4b1dc622d574bcd67b5845789a0b5875431a
fsck: only require an oid for skiplist functions

The skiplist is inherently an oidset, so we don't need a full object
struct. Let's take just the oid to give our callers more flexibility.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c