summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
13 daysMerge branch 'ps/commit-graph-overflow-fix'Junio C Hamano-3/+34
2026-03-24commit-graph: fix writing generations with dates exceeding 34 bitsPatrick Steinhardt-3/+34
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt-1/+4
2026-03-12odb: introduce generic object countingPatrick Steinhardt-1/+2
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt-2/+4
2026-03-05odb: introduce "files" sourcePatrick Steinhardt-1/+1
2026-02-23Merge branch 'ps/odb-for-each-object' into ps/odb-sourcesJunio C Hamano-14/+32
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano-1/+1
2026-01-26treewide: drop uses of `for_each_{loose,packed}_object()`Patrick Steinhardt-13/+31
2026-01-26odb: rename `FOR_EACH_OBJECT_*` flagsPatrick Steinhardt-2/+2
2026-01-21Merge branch 'ps/read-object-info-improvements'Junio C Hamano-1/+1
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano-1/+1
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt-1/+1
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt-1/+1
2025-12-25commit-graph: use commit_stackRené Scharfe-47/+39
2025-11-04refs: expose peeled object ID via the iteratorPatrick Steinhardt-1/+1
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-8/+6
2025-10-13Merge branch 'ps/commit-graph-per-object-source'Junio C Hamano-63/+53
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano-1/+6
2025-09-04commit-graph: pass graphs that are to be merged as parameterPatrick Steinhardt-8/+10
2025-09-04commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`Patrick Steinhardt-6/+12
2025-09-04commit-graph: return the prepared commit graph from `prepare_commit_graph()`Patrick Steinhardt-50/+32
2025-08-28last-modified: use Bloom filters when availableToon Claes-1/+6
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt-70/+50
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt-37/+39
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt-13/+14
2025-08-15commit-graph: refactor `parse_commit_graph()` to take a repositoryPatrick Steinhardt-11/+12
2025-08-15commit-graph: store the hash algorithm instead of its lengthPatrick Steinhardt-18/+18
2025-08-15commit-graph: stop using `the_hash_algo` via macrosPatrick Steinhardt-9/+16
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-1/+1
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt-47/+47
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt-1/+1
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano-71/+77
2025-05-27Merge branch 'ly/commit-graph-fill-oids-leakfix'Junio C Hamano-0/+2
2025-05-15commit-graph: fix memory leak when `fill_oids_from_packs()` failsLidong Yan-0/+2
2025-05-15commit-graph: avoid using stale stack addressesJohannes Schindelin-0/+9
2025-05-15commit-graph: avoid malloc'ing a local variableJohannes Schindelin-72/+69
2025-05-12raw_object_store: drop extra pointer to replace_mapJeff King-1/+1
2025-05-12oidmap: add size functionJeff King-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt-1/+0
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt-1/+1
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt-3/+6
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt-3/+17
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano-0/+1