aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04commit-graph: return commit graph from `repo_find_commit_pos_in_graph()`Patrick Steinhardt1-6/+6
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt1-7/+5
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt1-1/+1
2025-08-15commit-graph: stop using `the_hash_algo`Patrick Steinhardt1-1/+2
2025-08-15commit-graph: refactor `parse_commit_graph()` to take a repositoryPatrick Steinhardt1-1/+1
2025-08-15commit-graph: store the hash algorithm instead of its lengthPatrick Steinhardt1-1/+1
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-7/+7
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-06-14hash-ll: merge with "hash.h"Patrick Steinhardt1-0/+2
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano1-0/+6
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt1-0/+6
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King1-0/+1
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King1-0/+1
2023-10-09commit-graph: bounds-check base graphs chunkJeff King1-0/+1
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-0/+1
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-1/+2
2023-09-28commit-graph: factor out chain opening functionJeff King1-0/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-0/+8
2023-03-20commit-graph: introduce `ensure_generations_valid()`Taylor Blau1-0/+8
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren1-1/+0
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano1-0/+15
2022-07-15commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau1-0/+15
2022-07-14commit-graph: pass repo_settings instead of repositoryTaylor Blau1-1/+6
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason1-1/+1
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt1-0/+8
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-1/+0
2021-01-18commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar1-0/+6
2021-01-18commit-graph: use generation v2 only if entire chain doesAbhishek Kumar1-0/+1
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-0/+3
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar1-2/+2
2021-01-18commit-graph: add a slab to store topological levelsAbhishek Kumar1-0/+1
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-6/+11
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-0/+1
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau1-4/+4
2020-09-17maintenance: add commit-graph taskDerrick Stolee1-0/+1
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau1-2/+4
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau1-0/+2
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+2
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano1-3/+3
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-0/+1
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee1-1/+1
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar1-0/+10
2020-06-08commit-graph: clean up #includesSZEDER Gábor1-3/+3
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-3/+1
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano1-0/+9
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-1/+8
2020-04-24commit-graph: close descriptors after mmapJeff King1-4/+1