Commit d7b5a0e827bb38e5c8502f0ba8d7838fedaba19b

Stefan Sperling 2022-04-20T14:00:12

inline struct got_object_id in struct got_object_qid Saves us from doing a malloc/free call for every item on the list. ok op@