aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-29commit-graph: mark unused data parameters in generation callbacksJeff King1-4/+5
2023-08-21commit-graph: avoid repeated mixed generation number warningsTaylor Blau1-16/+13
2023-08-21commit-graph: verify swapped zero/non-zero generation casesJeff King1-3/+6
2023-08-21commit-graph: introduce `commit_graph_generation_from_graph()`Taylor Blau1-2/+12
2023-07-25Merge branch 'tb/object-access-overflow-protection'Junio C Hamano1-23/+40
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano1-17/+34
2023-07-14commit-graph.c: prevent overflow in `verify_commit_graph()`Taylor Blau1-2/+2
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in `merge_commit_graph()`Taylor Blau1-0/+5
2023-07-14commit-graph.c: prevent overflow in `split_graph_merge_strategy()`Taylor Blau1-1/+6
2023-07-14commit-graph.c: prevent overflow in `load_tree_for_commit()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in `fill_commit_in_graph()`Taylor Blau1-2/+2
2023-07-14commit-graph.c: prevent overflow in `fill_commit_graph_info()`Taylor Blau1-3/+3
2023-07-14commit-graph.c: prevent overflow in `load_oid_from_graph()`Taylor Blau1-1/+1
2023-07-14commit-graph.c: prevent overflow in add_graph_to_chain()Taylor Blau1-2/+9
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph_file()`Taylor Blau1-10/+10
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau1-10/+17
2023-07-10commit-graph.c: pass progress to `verify_one_commit_graph()`Taylor Blau1-8/+9
2023-07-10commit-graph.c: iteratively verify commit-graph chainsTaylor Blau1-4/+5
2023-07-10commit-graph.c: extract `verify_one_commit_graph()`Taylor Blau1-8/+16
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+2
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano1-3/+1
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-12replace-objects: create wrapper around settingDerrick Stolee1-3/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+3
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-2/+2
2023-04-06Merge branch 'ps/ahead-behind-truncation-fix'Junio C Hamano1-1/+1
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-71/+136
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+2
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-27commit-graph: fix truncated generation numbersPatrick Steinhardt1-1/+1
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20commit-graph: introduce `ensure_generations_valid()`Taylor Blau1-0/+29
2023-03-20commit-graph: return generation from memoryDerrick Stolee1-5/+3
2023-03-20commit-graph: simplify compute_generation_numbers()Derrick Stolee1-43/+21
2023-03-20commit-graph: refactor compute_topological_levels()Derrick Stolee1-23/+83
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-01-09use DUP_ARRAYRené Scharfe1-2/+1