aboutsummaryrefslogtreecommitdiffstats
path: root/oidset.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14oidset: refactor oidset_insert_from_set()Christian Couder1-0/+10
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren1-1/+3
2021-09-12oidset: make oidset_size() an inline functionRené Scharfe1-5/+0
2020-11-10blame: silently ignore invalid ignore file objectsRené Scharfe1-2/+3
2020-09-24blame: validate and peel the object names on the ignore listJunio C Hamano1-1/+8
2020-04-15oidset: introduce 'oidset_size'Taylor Blau1-0/+5
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano1-0/+35
2019-06-20khash: rename kh_oid_t to kh_oid_setJeff King1-6/+6
2019-05-16Move oidset_parse_file() to oidset.cBarret Rhoden1-0/+35
2018-10-04oidset: uninline oidset_init()René Scharfe1-0/+7
2018-10-04oidset: use khashRené Scharfe1-22/+12
2017-11-22oidset: add iterator methods to oidsetJeff Hostetler1-0/+10
2017-10-01oidmap: map with OID as keyJonathan Tan1-28/+8
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-2/+3
2017-02-08add oidset APIJeff King1-0/+49