aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13Merge branch 'ps/commit-graph-per-object-source'Junio C Hamano1-63/+53
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano1-1/+6
2025-09-04commit-graph: pass graphs that are to be merged as parameterPatrick Steinhardt1-8/+10
2025-09-04commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`Patrick Steinhardt1-6/+12
2025-09-04commit-graph: return the prepared commit graph from `prepare_commit_graph()`Patrick Steinhardt1-50/+32
2025-08-28last-modified: use Bloom filters when availableToon Claes1-1/+6
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt1-70/+50
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt1-37/+39
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt1-13/+14
2025-08-15commit-graph: refactor `parse_commit_graph()` to take a repositoryPatrick Steinhardt1-11/+12
2025-08-15commit-graph: store the hash algorithm instead of its lengthPatrick Steinhardt1-18/+18
2025-08-15commit-graph: stop using `the_hash_algo` via macrosPatrick Steinhardt1-9/+16
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-47/+47
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-1/+1
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano1-71/+77
2025-05-27Merge branch 'ly/commit-graph-fill-oids-leakfix'Junio C Hamano1-0/+2
2025-05-15commit-graph: fix memory leak when `fill_oids_from_packs()` failsLidong Yan1-0/+2
2025-05-15commit-graph: avoid using stale stack addressesJohannes Schindelin1-0/+9
2025-05-15commit-graph: avoid malloc'ing a local variableJohannes Schindelin1-72/+69
2025-05-12raw_object_store: drop extra pointer to replace_mapJeff King1-1/+1
2025-05-12oidmap: add size functionJeff King1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-1/+0
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-1/+1
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt1-3/+6
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-3/+17
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak1-1/+1
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak1-1/+1
2024-09-23commit-graph: remove unnecessary UNLEAKRené Scharfe1-1/+0
2024-08-09refs: add referent to each_ref_fnJohn Cai1-0/+1
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-9/+55
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-7/+15
2024-06-25bloom: introduce `deinit_bloom_filters()`Taylor Blau1-0/+4
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau1-0/+5
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau1-4/+9
2024-06-25commit-graph: unconditionally load Bloom filtersTaylor Blau1-4/+10
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau1-2/+3
2024-06-25commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau1-0/+25
2024-06-24Merge branch 'tb/commit-graph-use-tempfile'Junio C Hamano1-11/+8
2024-06-20Merge branch 'ds/ahead-behind-fix'Junio C Hamano1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-6/+11