index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
oidset.c
Age
Commit message (
Expand
)
Author
2024-06-14
oidset: pass hash algorithm when parsing file
Patrick Steinhardt
2024-02-14
oidset: refactor oidset_insert_from_set()
Christian Couder
2023-02-23
hex.h: move some hex-related declarations from cache.h
Elijah Newren
2021-09-12
oidset: make oidset_size() an inline function
René Scharfe
2020-11-10
blame: silently ignore invalid ignore file objects
René Scharfe
2020-09-24
blame: validate and peel the object names on the ignore list
Junio C Hamano
2020-04-15
oidset: introduce 'oidset_size'
Taylor Blau
2019-07-19
Merge branch 'br/blame-ignore'
Junio C Hamano
2019-06-20
khash: rename kh_oid_t to kh_oid_set
Jeff King
2019-05-16
Move oidset_parse_file() to oidset.c
Barret Rhoden
2018-10-04
oidset: uninline oidset_init()
René Scharfe
2018-10-04
oidset: use khash
René Scharfe
2017-11-22
oidset: add iterator methods to oidset
Jeff Hostetler
2017-10-01
oidmap: map with OID as key
Jonathan Tan
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
2017-02-08
add oidset API
Jeff King