summaryrefslogtreecommitdiffstats
path: root/oidtree.c
AgeCommit message (Expand)AuthorLines
2024-10-21global: Fix duplicate word typosSven Strickroth-1/+1
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt-2/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-02-23treewide: ensure one of the appropriate headers is sourced firstElijah Newren-0/+1
2021-08-15oidtree: avoid unaligned access to crit-bit treeRené Scharfe-5/+15
2021-08-09oidtree: avoid nested struct oidtree_nodeCarlo Marcelo Arenas Belón-8/+3
2021-07-07oidtree: a crit-bit tree for odb_loose_cacheEric Wong-0/+104