oidset: stop referring to sha1-array
commit0740d0a5d3046e28b8d49baafafe521c5fc81711
authorJeff King <peff@peff.net>
Mon, 30 Mar 2020 14:04:13 +0000 (30 10:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2020 17:59:08 +0000 (30 10:59 -0700)
tree93612455ee81d491486849e41af5508d91390da5
parentc79eddf5baac055725ee65ae924654e2f36746b0
oidset: stop referring to sha1-array

Ths has been oid_array for some time, though the source only recently
moved from sha1-array.[ch] to oid-array.[ch]. In either case, we should
say "oid-array" here.

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