summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2025-05-27Merge branch 'js/misc-fixes'Junio C Hamano
2025-05-27Merge branch 'ly/commit-graph-fill-oids-leakfix'Junio C Hamano
2025-05-15commit-graph: fix memory leak when `fill_oids_from_packs()` failsLidong Yan
2025-05-15commit-graph: avoid using stale stack addressesJohannes Schindelin
2025-05-15commit-graph: avoid malloc'ing a local variableJohannes Schindelin
2025-05-12raw_object_store: drop extra pointer to replace_mapJeff King
2025-05-12oidmap: add size functionJeff King
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-03-10csum-file: stop depending on `the_repository`Patrick Steinhardt
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-04packfile: pass down repository to `for_each_packed_object`Karthik Nayak
2024-12-04packfile: add repository to struct `packed_git`Karthik Nayak
2024-09-23commit-graph: remove unnecessary UNLEAKRené Scharfe
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-25bloom: introduce `deinit_bloom_filters()`Taylor Blau
2024-06-25commit-graph: reuse existing Bloom filters where possibleTaylor Blau
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau
2024-06-25commit-graph: unconditionally load Bloom filtersTaylor Blau
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau
2024-06-25commit-graph: ensure Bloom filters are read with consistent settingsTaylor Blau
2024-06-24Merge branch 'tb/commit-graph-use-tempfile'Junio C Hamano
2024-06-20Merge branch 'ds/ahead-behind-fix'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-14hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`Patrick Steinhardt
2024-06-12commit-graph: increment progress indicatorDerrick Stolee
2024-06-07commit-graph.c: remove temporary graph layers on exitTaylor Blau
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-01-26Merge branch 'ps/commit-graph-write-leakfix'Junio C Hamano
2024-01-16Merge branch 'jk/commit-graph-slab-clear-fix'Junio C Hamano
2024-01-15commit-graph: fix memory leak when not writing graphPatrick Steinhardt
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-05commit-graph: retain commit slab when closing NULL commit_graphJeff King
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: add direct includes currently only pulled in transitivelyElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren