diff options
author | Jeff King <peff@peff.net> | 2020-12-04 13:52:07 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-04 13:55:14 -0800 |
commit | d0482b445bb4c22a3f866c849835e366ec0b14a7 (patch) | |
tree | 0c487edad1c6b6e3bb407dd5057283c9a7fb7d9f /t/t7511-status-index.sh | |
parent | cache.h: move hash/oid functions to hash.h (diff) | |
download | tgif-d0482b445bb4c22a3f866c849835e366ec0b14a7.tar.xz |
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>
Diffstat (limited to 't/t7511-status-index.sh')
0 files changed, 0 insertions, 0 deletions