| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-16 | odb: introduce `odb_write_object()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: split out functions relating to object store subsystem | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -3/+3 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+2 |
| 2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -2/+3 |
| 2023-03-28 | libs: use "struct repository *" argument, not "the_repository" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "pretty.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | treewide: remove unnecessary cache.h inclusion from several sources | Elijah Newren | 1 | -1/+1 |
| 2022-02-25 | object-file API: have write_object_file() take "enum object_type" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2018-11-12 | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -5/+7 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+2 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -1/+1 |
| 2018-01-30 | notes: convert write_notes_tree to object_id | Patryk Obara | 1 | -1/+1 |
| 2018-01-30 | commit: convert commit_tree* to object_id | Patryk Obara | 1 | -2/+2 |
| 2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-06-02 | notes: make get_note return pointer to struct object_id | brian m. carlson | 1 | -4/+4 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | notes-cache: convert to struct object_id | brian m. carlson | 1 | -15/+14 |
| 2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -5/+6 |
| 2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -4/+2 |
| 2014-06-12 | replace dangerous uses of strbuf_attach | Jeff King | 1 | -4/+2 |
| 2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -1/+1 |
| 2014-04-07 | refs.h: rename the action_on_err constants | Michael Haggerty | 1 | -1/+1 |
| 2012-01-06 | Merge branch 'jc/show-sig' | Junio C Hamano | 1 | -1/+1 |
| 2011-12-15 | Convert commit_tree() to take strbuf as message | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
| 2011-11-12 | commit: teach --gpg-sign option | Junio C Hamano | 1 | -1/+1 |
| 2010-11-17 | notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond | Johan Herland | 1 | -2/+1 |
| 2010-04-01 | introduce notes-cache interface | Jeff King | 1 | -0/+94 |