aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-25Merge branch 'ma/more-opaque-lock-file'Junio C Hamano1-3/+3
2021-01-21refs: switch peel_ref() to peel_iterated_oid()Jeff King1-1/+1
2021-01-18commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar1-0/+14
2021-01-18commit-graph: use generation v2 only if entire chain doesAbhishek Kumar1-2/+28
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-11/+103
2021-01-18commit-graph: implement corrected commit dateAbhishek Kumar1-4/+17
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar1-11/+11
2021-01-18commit-graph: add a slab to store topological levelsAbhishek Kumar1-15/+30
2021-01-18commit-graph: consolidate fill_commit_graph_infoAbhishek Kumar1-17/+10
2021-01-18commit-graph: fix regression when computing Bloom filtersAbhishek Kumar1-2/+6
2021-01-06commit-graph: don't peek into `struct lock_file`Martin Ågren1-3/+3
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren1-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren1-3/+3
2020-12-07commit-graph: use size_t for array allocation and indexingJeff King1-2/+2
2020-12-07commit-graph: replace packed_oid_list with oid_arrayJeff King1-47/+15
2020-12-07commit-graph: drop count_distinct_commits() functionJeff King1-41/+2
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano1-3/+18
2020-10-09commit-graph: don't write commit-graph when disabledDerrick Stolee1-0/+5
2020-10-09commit-graph: ignore duplicates when merging layersDerrick Stolee1-3/+13
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-42/+99
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-4/+4
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-2/+7
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau1-20/+20
2020-09-17bloom: encode out-of-bounds filters as non-emptyTaylor Blau1-0/+5
2020-09-17maintenance: add commit-graph taskDerrick Stolee1-4/+4
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau1-11/+10