| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1010/+0 |
| 2025-07-01 | object-store: rename `object_directory` to `odb_source` | Patrick Steinhardt | 1 | -61/+61 |
| 2025-07-01 | object-store: rename `raw_object_store` to `object_database` | Patrick Steinhardt | 1 | -6/+6 |
| 2025-05-27 | Merge branch 'jk/no-funny-object-types' | Junio C Hamano | 1 | -13/+4 |
| 2025-05-19 | Merge branch 'jk/oidmap-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2025-05-16 | oid_object_info(): drop type_name strbuf | Jeff King | 1 | -2/+0 |
| 2025-05-16 | oid_object_info_convert(): stop using string for object type | Jeff King | 1 | -11/+4 |
| 2025-05-12 | raw_object_store: drop extra pointer to replace_map | Jeff King | 1 | -2/+1 |
| 2025-05-12 | oidmap: rename oidmap_free() to oidmap_clear() | Jeff King | 1 | -1/+1 |
| 2025-04-29 | object-store: drop `repo_has_object_file()` | Patrick Steinhardt | 1 | -14/+0 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-29 | object-store: allow fetching objects via `has_object()` | Patrick Steinhardt | 1 | -3/+6 |
| 2025-04-29 | object-store: move and rename `odb_pack_keep()` | Patrick Steinhardt | 1 | -13/+0 |
| 2025-04-29 | object-store: drop `loose_object_path()` | Patrick Steinhardt | 1 | -6/+0 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -0/+5 |
| 2025-04-15 | object-store: remove global array of cached objects | Patrick Steinhardt | 1 | -16/+23 |
| 2025-04-15 | object: split out functions relating to object store subsystem | Patrick Steinhardt | 1 | -0/+66 |
| 2025-04-15 | object-file: split out functions relating to object store subsystem | Patrick Steinhardt | 1 | -0/+972 |