summaryrefslogtreecommitdiffstats
path: root/object-store.c
AgeCommit message (Expand)AuthorLines
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano-13/+4
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano-2/+1
2025-05-16oid_object_info(): drop type_name strbufJeff King-2/+0
2025-05-16oid_object_info_convert(): stop using string for object typeJeff King-11/+4
2025-05-12raw_object_store: drop extra pointer to replace_mapJeff King-2/+1
2025-05-12oidmap: rename oidmap_free() to oidmap_clear()Jeff King-1/+1
2025-04-29object-store: drop `repo_has_object_file()`Patrick Steinhardt-14/+0
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-1/+1
2025-04-29object-store: allow fetching objects via `has_object()`Patrick Steinhardt-3/+6
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt-13/+0
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt-6/+0
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-0/+5
2025-04-15object-store: remove global array of cached objectsPatrick Steinhardt-16/+23
2025-04-15object: split out functions relating to object store subsystemPatrick Steinhardt-0/+66
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt-0/+972