summaryrefslogtreecommitdiff
path: root/oidset.c
Commit message (Expand)AuthorAgeFilesLines
* hex.h: move some hex-related declarations from cache.hElijah Newren2023-02-231-1/+3
* oidset: make oidset_size() an inline functionRené Scharfe2021-09-121-5/+0
* blame: silently ignore invalid ignore file objectsRené Scharfe2020-11-101-2/+3
* blame: validate and peel the object names on the ignore listJunio C Hamano2020-09-241-1/+8
* oidset: introduce 'oidset_size'Taylor Blau2020-04-151-0/+5
* Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-0/+35
|\
| * Move oidset_parse_file() to oidset.cBarret Rhoden2019-05-161-0/+35
* | khash: rename kh_oid_t to kh_oid_setJeff King2019-06-201-6/+6
|/
* oidset: uninline oidset_init()René Scharfe2018-10-041-0/+7
* oidset: use khashRené Scharfe2018-10-041-22/+12
* oidset: add iterator methods to oidsetJeff Hostetler2017-11-221-0/+10
* oidmap: map with OID as keyjt/oidmapJonathan Tan2017-10-011-28/+8
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-2/+3
* add oidset APIJeff King2017-02-081-0/+49