summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2023-07-18Merge branch 'tb/fsck-no-progress'Junio C Hamano
2023-07-14commit-graph.c: prevent overflow in `verify_commit_graph()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `merge_commit_graph()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `split_graph_merge_strategy()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `load_tree_for_commit()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `fill_commit_in_graph()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `fill_commit_graph_info()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `load_oid_from_graph()`Taylor Blau
2023-07-14commit-graph.c: prevent overflow in add_graph_to_chain()Taylor Blau
2023-07-14commit-graph.c: prevent overflow in `write_commit_graph_file()`Taylor Blau
2023-07-10commit-graph.c: avoid duplicated progress output during `verify`Taylor Blau
2023-07-10commit-graph.c: pass progress to `verify_one_commit_graph()`Taylor Blau
2023-07-10commit-graph.c: iteratively verify commit-graph chainsTaylor Blau
2023-07-10commit-graph.c: extract `verify_one_commit_graph()`Taylor Blau
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-12replace-objects: create wrapper around settingDerrick Stolee
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ps/ahead-behind-truncation-fix'Junio C Hamano
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-27commit-graph: fix truncated generation numbersPatrick Steinhardt
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20commit-graph: introduce `ensure_generations_valid()`Taylor Blau
2023-03-20commit-graph: return generation from memoryDerrick Stolee
2023-03-20commit-graph: simplify compute_generation_numbers()Derrick Stolee
2023-03-20commit-graph: refactor compute_topological_levels()Derrick Stolee
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-09use DUP_ARRAYRené Scharfe
2022-09-21Merge branch 'ml/commit-graph-expire-dir-leak-fix'Junio C Hamano
2022-09-19commit-graph: Fix missing closedir in expire_commit_graphsMiaoqian Lin
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-13Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano