summary refs log tree commit diff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-1/+2
2022-03-16Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano1-3/+3
2022-03-16Merge branch 'ds/commit-graph-gen-v2-fixes'Junio C Hamano1-6/+13
2022-03-10core.fsync: introduce granular fsync control infrastructureNeeraj Singh1-1/+2
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason1-3/+3
2022-03-07commit-graph: declare bankruptcy on GDAT chunksDerrick Stolee1-2/+2
2022-03-04lockfile API users: simplify and don't leak "path"Ævar Arnfjörð Bjarmason1-0/+2
2022-03-04commit-graph: stop fill_oids_from_packs() progress on error and free()Ævar Arnfjörð Bjarmason1-5/+7
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason1-2/+2
2022-03-01commit-graph: fix generation number v2 overflow valuesDerrick Stolee1-1/+1
2022-03-01commit-graph: start parsing generation v2 (again)Derrick Stolee1-0/+3
2022-03-01commit-graph: fix ordering bug in generation numbersDerrick Stolee1-3/+7
2021-12-06commit-graph: return if there is no git directoryLessley Dennington1-1/+4
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano1-0/+1
2021-09-20Merge branch 'ab/progress-users-adjust-counters'Junio C Hamano1-1/+1
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineSZEDER Gábor1-1/+1
2021-09-08commit-graph: when closing the graph, also release the slabJohannes Schindelin1-0/+1
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt1-0/+24
2021-08-09commit-graph: split out function to search commit positionPatrick Steinhardt1-25/+30
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano1-0/+1
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-06-28commit-graph: rewrite to use checksum_valid()Taylor Blau1-8/+6
2021-04-27commit-graph: don't store file hashes as struct object_idbrian m. carlson1-6/+7
2021-04-27Always use oidread to read into struct object_idbrian m. carlson1-6/+6
2021-03-22Merge branch 'ds/commit-graph-generation-config'Junio C Hamano1-11/+20
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano1-200/+112
2021-03-01Merge branch 'js/commit-graph-warning'Junio C Hamano1-11/+3
2021-03-01Revert "commit-graph: when incompatible with graphs, indicate why"Junio C Hamano1-11/+3
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-7/+15
2021-02-25commit-graph: create local repository pointerDerrick Stolee1-4/+5
2021-02-24commit-graph.c: display correct number of chunks when writingTaylor Blau1-4/+3
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt1-0/+1
2021-02-18commit-graph: use chunk-format read APIDerrick Stolee1-105/+54
2021-02-18commit-graph: use chunk-format write APIDerrick Stolee1-82/+37
2021-02-17Merge branch 'js/commit-graph-warning'Junio C Hamano1-3/+11
2021-02-17Merge branch 'ds/commit-graph-genno-fix'Junio C Hamano1-37/+101
2021-02-17Merge branch 'ak/corrected-commit-date'Junio C Hamano1-47/+204
2021-02-11commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin1-3/+11
2021-02-10Merge branch 'jk/use-oid-pos'Junio C Hamano1-15/+15
2021-02-05commit-graph: anonymize data in chunk_write_fnDerrick Stolee1-10/+19
2021-02-03Merge branch 'jk/peel-iterated-oid'Junio C Hamano1-1/+1
2021-02-01commit-graph: prepare commit graphDerrick Stolee1-8/+2
2021-02-01commit-graph: be extra careful about mixed generationsDerrick Stolee1-2/+12
2021-02-01commit-graph: compute generations separatelyDerrick Stolee1-14/+56
2021-02-01commit-graph: validate layers for generation dataDerrick Stolee1-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Derrick Stolee1-4/+12
2021-02-01commit-graph: use repo_parse_commitDerrick Stolee1-5/+5
2021-01-28oid_pos(): access table through const pointersJeff King1-2/+2
2021-01-28hash_pos(): convert to oid_pos()Jeff King1-14/+14