summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano
2022-07-27Merge branch 'js/commit-graph-parsing-without-repo-settings'Junio C Hamano
2022-07-19Merge branch 'hx/lookup-commit-in-graph-fix'Junio C Hamano
2022-07-15commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau
2022-07-14commit-graph: pass repo_settings instead of repositoryTaylor Blau
2022-07-01commit-graph.c: no lazy fetch in lookup_commit_in_graph()Han Xin
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano
2022-05-26chunk-format.h: extract oid_version()Taylor Blau
2022-05-23Merge branch 'ab/valgrind-fixes'Junio C Hamano
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-12commit-graph.c: don't assume that stat() succeedsÆvar Arnfjörð Bjarmason
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-20commit-graph: close file before returning NULLKleber Tarcísio
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-17Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano
2022-03-17Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2022-03-07commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee
2022-03-04lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason
2022-03-04commit-graph: stop fill_oids_from_packs() progress on error and free()Ævar Arnfjörð Bjarmason
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason
2022-03-01commit-graph: fix generation number v2 overflow valuesDerrick Stolee
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee
2021-12-06commit-graph: return if there is no git directoryLessley Dennington
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano
2021-09-20Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor
2021-09-08commit-graph: when closing the graph, also release the slabJohannes Schindelin
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt
2021-08-09commit-graph: split out function to search commit positionPatrick Steinhardt
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-06-29commit-graph: rewrite to use checksum_valid()Taylor Blau
2021-04-27commit-graph: don't store file hashes as struct object_idbrian m. carlson
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-03-01Merge branch 'js/commit-graph-warning'Junio C Hamano
2021-03-01Revert "commit-graph: when incompatible with graphs, indicate why"Junio C Hamano
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee
2021-02-25commit-graph: create local repository pointerDerrick Stolee
2021-02-24commit-graph.c: display correct number of chunks when writingTaylor Blau
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee
2021-02-18commit-graph: use chunk-format write APIDerrick Stolee
2021-02-18Merge branch 'js/commit-graph-warning'Junio C Hamano