From: Junio C Hamano Date: Fri, 19 Oct 2018 04:34:06 +0000 (+0900) Subject: Merge branch 'rs/oidset-on-khash' X-Git-Tag: v2.20.0-rc0~154 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/82d0a8c05af8d1f7df0c308d23d078e0bac9c594?ds=inline;hp=--cc Merge branch 'rs/oidset-on-khash' The oidset API was built on top of the oidmap API which in turn is on the hashmap API. Replace the implementation to build on top of the khash API and gain performance. * rs/oidset-on-khash: oidset: uninline oidset_init() oidset: use khash khash: factor out kh_release_* fetch-pack: load tip_oids eagerly iff needed fetch-pack: factor out is_unmatched_ref() --- 82d0a8c05af8d1f7df0c308d23d078e0bac9c594