summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+3
|\ \ | |/
| * treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+2
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+3
|\ \ \ | |/ /
| * | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
| * | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-2/+2
|\ \ \ | | |/ | |/|
| * | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "packfile.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | Merge branch 'ps/ahead-behind-truncation-fix'Junio C Hamano2023-04-061-1/+1
|\ \ \
| * | | commit-graph: fix truncated generation numbersPatrick Steinhardt2023-03-271-1/+1
* | | | Merge branch 'ds/ahead-behind'Junio C Hamano2023-04-061-71/+136
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | commit-graph: introduce `ensure_generations_valid()`Taylor Blau2023-03-201-0/+29
| * | commit-graph: return generation from memoryDerrick Stolee2023-03-201-5/+3
| * | commit-graph: simplify compute_generation_numbers()Derrick Stolee2023-03-201-43/+21
| * | commit-graph: refactor compute_topological_levels()Derrick Stolee2023-03-201-23/+83
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* use DUP_ARRAYRené Scharfe2023-01-091-2/+1
* Merge branch 'ml/commit-graph-expire-dir-leak-fix'Junio C Hamano2022-09-211-0/+2
|\
| * commit-graph: Fix missing closedir in expire_commit_graphsMiaoqian Lin2022-09-191-0/+2
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \ \ | |/ /
| * | refs: mark unused each_ref_fn parametersJeff King2022-08-191-2/+2
* | | Merge branch 'jk/rev-list-verify-objects-fix'Junio C Hamano2022-09-131-1/+1
|\ \ \ | |/ / |/| |
| * | lookup_commit_in_graph(): use prepare_commit_graph() to check for graphJeff King2022-09-071-1/+1
| * | Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maintJunio C Hamano2022-08-101-3/+9
| |\ \
| * \ \ Merge branch 'hx/lookup-commit-in-graph-fix' into maintJunio C Hamano2022-08-101-1/+1
| |\ \ \
* | \ \ \ Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano2022-08-031-3/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau2022-07-151-3/+9
* | | | | Merge branch 'js/commit-graph-parsing-without-repo-settings'Junio C Hamano2022-07-271-6/+5
|\ \ \ \ \
| * | | | | commit-graph: pass repo_settings instead of repositoryTaylor Blau2022-07-141-6/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano2022-07-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin2022-06-301-1/+1
| | |/ | |/|
* | | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-15/+3
|\ \ \
| * | | chunk-format.h: extract oid_version()Taylor Blau2022-05-261-15/+3
| | |/ | |/|
* | | Merge branch 'ab/valgrind-fixes'Junio C Hamano2022-05-231-2/+4
|\ \ \ | | |/ | |/|
| * | commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason2022-05-121-2/+4
| |/
* | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\ \
| * \ Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\ \
| | * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | | commit-graph: close file before returning NULLKleber Tarcísio2022-04-201-3/+6
| |_|/ |/| |
* | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-1/+2
|\ \ \
| * | | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-1/+2
| |/ /