summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-3/+3
|\ \ \
| * | | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-3/+3
| |/ /
* | | Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano2022-03-161-6/+13
|\ \ \
| * | | commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee2022-03-071-2/+2
| * | | commit-graph: fix generation number v2 overflow valuesDerrick Stolee2022-03-011-1/+1
| * | | commit-graph: start parsing generation v2 (again)Derrick Stolee2022-03-011-0/+3
| * | | commit-graph: fix ordering bug in generation numbersDerrick Stolee2022-03-011-3/+7
| |/ /
* | | lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason2022-03-041-0/+2
* | | commit-graph: stop fill_oids_from_packs() progress on error and free()Ævar Arnfjörð Bjarmason2022-03-041-5/+7
* | | commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason2022-03-041-2/+2
|/ /
* | commit-graph: return if there is no git directoryLessley Dennington2021-12-061-1/+4
|/
* Merge branch 'js/run-command-close-packs'Junio C Hamano2021-09-201-0/+1
|\
| * commit-graph: when closing the graph, also release the slabJohannes Schindelin2021-09-081-0/+1
* | Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano2021-09-201-1/+1
|\ \
| * | commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor2021-09-091-1/+1
| |/
* | revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt2021-08-091-0/+24
* | commit-graph: split out function to search commit positionPatrick Steinhardt2021-08-091-25/+30
|/
* Merge branch 'ab/attribute-format'Junio C Hamano2021-07-281-0/+1
|\
| * *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
* | commit-graph: rewrite to use checksum_valid()Taylor Blau2021-06-281-8/+6
|/
* commit-graph: don't store file hashes as struct object_idbrian m. carlson2021-04-271-6/+7
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-6/+6
* Merge branch 'ds/commit-graph-generation-config'Junio C Hamano2021-03-221-11/+20
|\