]> granicus.if.org Git - git/commit
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>
Fri, 25 Oct 2019 03:23:55 +0000 (12:23 +0900)
commitbf611eb3b07f762e1166aef204487f50e267905b
tree2f5ad6b11d182f3ed5c0badcdbcaaf96855a3979
parent031b331987c94041da23666c1b5f6d24bf1c9109
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