summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Merge branch 'js/run-command-close-packs'Libravatar Junio C Hamano1-0/+1
2021-09-20Merge branch 'ab/progress-users-adjust-counters'Libravatar Junio C Hamano1-1/+1
2021-09-09commit-graph: fix bogus counter in "Scanning merged commits" progress lineLibravatar SZEDER Gábor1-1/+1
2021-09-08commit-graph: when closing the graph, also release the slabLibravatar Johannes Schindelin1-0/+1
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphLibravatar Patrick Steinhardt1-0/+24
2021-08-09commit-graph: split out function to search commit positionLibravatar Patrick Steinhardt1-25/+30
2021-07-28Merge branch 'ab/attribute-format'Libravatar Junio C Hamano1-0/+1
2021-07-13*.c static functions: add missing __attribute__((format))Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2021-06-28commit-graph: rewrite to use checksum_valid()Libravatar Taylor Blau1-8/+6
2021-04-27commit-graph: don't store file hashes as struct object_idLibravatar brian m. carlson1-6/+7
2021-04-27Always use oidread to read into struct object_idLibravatar brian m. carlson1-6/+6
2021-03-22Merge branch 'ds/commit-graph-generation-config'Libravatar Junio C Hamano1-11/+20
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-2/+2
2021-03-01Merge branch 'ds/chunked-file-api'Libravatar Junio C Hamano1-200/+112
2021-03-01Merge branch 'js/commit-graph-warning'Libravatar Junio C Hamano1-11/+3
2021-03-01Revert "commit-graph: when incompatible with graphs, indicate why"Libravatar Junio C Hamano1-11/+3
2021-02-25commit-graph: use config to specify generation typeLibravatar Derrick Stolee1-7/+15
2021-02-25commit-graph: create local repository pointerLibravatar Derrick Stolee1-4/+5
2021-02-24commit-graph.c: display correct number of chunks when writingLibravatar Taylor Blau1-4/+3
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Libravatar Andrzej Hunt1-0/+1
2021-02-18commit-graph: use chunk-format read APILibravatar Derrick Stolee1-105/+54
2021-02-18commit-graph: use chunk-format write APILibravatar Derrick Stolee1-82/+37
2021-02-17Merge branch 'js/commit-graph-warning'Libravatar Junio C Hamano1-3/+11
2021-02-17Merge branch 'ds/commit-graph-genno-fix'Libravatar Junio C Hamano1-37/+101
2021-02-17Merge branch 'ak/corrected-commit-date'Libravatar Junio C Hamano1-47/+204
2021-02-11commit-graph: when incompatible with graphs, indicate whyLibravatar Johannes Schindelin1-3/+11
2021-02-10Merge branch 'jk/use-oid-pos'Libravatar Junio C Hamano1-15/+15
2021-02-05commit-graph: anonymize data in chunk_write_fnLibravatar Derrick Stolee1-10/+19
2021-02-03Merge branch 'jk/peel-iterated-oid'Libravatar Junio C Hamano1-1/+1
2021-02-01commit-graph: prepare commit graphLibravatar Derrick Stolee1-8/+2
2021-02-01commit-graph: be extra careful about mixed generationsLibravatar Derrick Stolee1-2/+12
2021-02-01commit-graph: compute generations separatelyLibravatar Derrick Stolee1-14/+56
2021-02-01commit-graph: validate layers for generation dataLibravatar Derrick Stolee1-6/+16
2021-02-01commit-graph: always parse before commit_graph_data_at()Libravatar Derrick Stolee1-4/+12
2021-02-01commit-graph: use repo_parse_commitLibravatar Derrick Stolee1-5/+5
2021-01-28oid_pos(): access table through const pointersLibravatar Jeff King1-2/+2
2021-01-28hash_pos(): convert to oid_pos()Libravatar Jeff King1-14/+14
2021-01-25Merge branch 'ma/more-opaque-lock-file'Libravatar Junio C Hamano1-3/+3
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Libravatar Jeff King1-1/+1
2021-01-18commit-reach: use corrected commit dates in paint_down_to_common()Libravatar Abhishek Kumar1-0/+14
2021-01-18commit-graph: use generation v2 only if entire chain doesLibravatar Abhishek Kumar1-2/+28
2021-01-18commit-graph: implement generation data chunkLibravatar Abhishek Kumar1-11/+103
2021-01-18commit-graph: implement corrected commit dateLibravatar Abhishek Kumar1-4/+17
2021-01-18commit-graph: return 64-bit generation numberLibravatar Abhishek Kumar1-11/+11
2021-01-18commit-graph: add a slab to store topological levelsLibravatar Abhishek Kumar1-15/+30
2021-01-18commit-graph: consolidate fill_commit_graph_infoLibravatar Abhishek Kumar1-17/+10
2021-01-18commit-graph: fix regression when computing Bloom filtersLibravatar Abhishek Kumar1-2/+6
2021-01-06commit-graph: don't peek into `struct lock_file`Libravatar Martin Ågren1-3/+3
2021-01-04hash-lookup: rename from sha1-lookupLibravatar Martin Ågren1-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Libravatar Martin Ågren1-3/+3