oid-array: make sort function public
authorJeff King <peff@peff.net>
Fri, 4 Dec 2020 18:52:07 +0000 (13:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2020 21:55:14 +0000 (13:55 -0800)
commitd0482b445bb4c22a3f866c849835e366ec0b14a7
tree0c487edad1c6b6e3bb407dd5057283c9a7fb7d9f
parent3fa6f2aa57e997ff2e665d83335a8f1078b94cb8
oid-array: make sort function public

We sort the oid-array as a side effect of calling the lookup or
unique-iteration functions. But callers may want to sort it themselves
(especially as we add new iteration options in future patches).

We'll also move the check of the "sorted" flag into the sort function,
so callers don't have to remember to check it.

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