Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-24hex.h: move some hex-related declarations from cache.hElijah Newren
2021-09-13oidset: make oidset_size() an inline functionRené Scharfe
2020-11-11blame: silently ignore invalid ignore file objectsRené Scharfe
2020-09-25blame: validate and peel the object names on the ignore listJunio C Hamano
2020-04-15oidset: introduce 'oidset_size'Taylor Blau
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano
2019-06-20khash: rename kh_oid_t to kh_oid_setJeff King
2019-05-16Move oidset_parse_file() to oidset.cBarret Rhoden
2018-10-04oidset: uninline oidset_init()René Scharfe
2018-10-04oidset: use khashRené Scharfe
2017-11-22oidset: add iterator methods to oidsetJeff Hostetler
2017-10-01oidmap: map with OID as keyJonathan Tan
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-02-09add oidset APIJeff King