| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | object.h: stop depending on cache.h; make cache.h depend on object.h | Elijah Newren | 1 | -1/+1 |
| 2022-04-01 | alloc.[ch]: remove alloc_report() function | Ævar Arnfjörð Bjarmason | 1 | -21/+0 |
| 2020-06-17 | commit: move members graph_pos, generation to a slab | Abhishek Kumar | 1 | -2/+0 |
| 2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -5/+11 |
| 2019-01-27 | object_as_type: initialize commit-graph-related fields of 'struct commit' | SZEDER Gábor | 1 | -3/+8 |
| 2018-08-15 | alloc: make allocate_alloc_state and clear_alloc_state more consistent | Elijah Newren | 1 | -1/+1 |
| 2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -24/+41 |
| 2018-05-22 | commit: add generation number to struct commit | Derrick Stolee | 1 | -0/+1 |
| 2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -24/+41 |
| 2018-05-09 | alloc: add repository argument to alloc_commit_index | Stefan Beller | 1 | -2/+2 |
| 2018-05-09 | alloc: add repository argument to alloc_report | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_object_node | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_tag_node | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_commit_node | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_tree_node | Stefan Beller | 1 | -1/+1 |
| 2018-05-09 | alloc: add repository argument to alloc_blob_node | Stefan Beller | 1 | -1/+1 |
| 2018-04-11 | commit: integrate commit graph with commit parsing | Derrick Stolee | 1 | -0/+1 |
| 2014-07-13 | alloc: factor out commit index | Jeff King | 1 | -2/+7 |
| 2014-07-13 | move setting of object->type to alloc_* functions | Jeff King | 1 | -0/+5 |
| 2014-07-13 | alloc: write out allocator definitions | Jeff King | 1 | -11/+27 |
| 2014-07-13 | alloc.c: remove the alloc_raw_commit_node() function | Ramsay Jones | 1 | -18/+29 |
| 2014-06-12 | commit: push commit_index update into alloc_commit_node | Jeff King | 1 | -2/+10 |
| 2014-06-12 | alloc: include any-object allocations in alloc_report | Jeff King | 1 | -6/+7 |
| 2013-10-16 | alloc.c: have SP around arithmetic operators | Junio C Hamano | 1 | -1/+1 |
| 2011-03-17 | unbreak and eliminate NO_C99_FORMAT | Jonathan Nieder | 1 | -9/+2 |
| 2009-05-01 | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 1 | -1/+1 |
| 2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -1/+1 |
| 2007-04-16 | Use proper object allocators for unknown object nodes too | Linus Torvalds | 1 | -8/+20 |
| 2006-08-02 | Add NO_C99_FORMAT to support older compilers. | Ramsay Allan Jones | 1 | -1/+14 |
| 2006-06-19 | Add specialized object allocator | Linus Torvalds | 1 | -0/+51 |