summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
2021-01-18commit-graph: fix regression when computing Bloom filtersAbhishek Kumar-2/+6
2021-01-06commit-graph: don't peek into `struct lock_file`Martin Ågren-3/+3
2021-01-04hash-lookup: rename from sha1-lookupMartin Ågren-1/+1
2021-01-04sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren-3/+3
2020-12-07commit-graph: use size_t for array allocation and indexingJeff King-2/+2
2020-12-07commit-graph: replace packed_oid_list with oid_arrayJeff King-47/+15
2020-12-07commit-graph: drop count_distinct_commits() functionJeff King-41/+2
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano-3/+18
2020-10-09commit-graph: don't write commit-graph when disabledDerrick Stolee-0/+5
2020-10-09commit-graph: ignore duplicates when merging layersDerrick Stolee-3/+13
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano-42/+99
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano-4/+4
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau-2/+7
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau-20/+20
2020-09-17bloom: encode out-of-bounds filters as non-emptyTaylor Blau-0/+5
2020-09-17maintenance: add commit-graph taskDerrick Stolee-4/+4
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau-11/+10
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau-3/+31
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau-0/+4
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau-2/+4
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau-7/+10
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau-0/+11
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee-1/+8
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano-38/+110
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano-64/+48
2020-07-15Merge branch 'sg/commit-graph-progress-fix' into masterJunio C Hamano-22/+5
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano-1/+2
2020-07-09commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor-20/+2
2020-07-09commit-graph: fix progress of reachable commitsSZEDER Gábor-2/+3
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau-1/+2
2020-07-01commit-graph: check chunk sizes after writingSZEDER Gábor-0/+7
2020-07-01commit-graph: simplify chunk writes into loopSZEDER Gábor-12/+16
2020-07-01commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor-16/+26
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee-3/+42
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee-2/+6
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee-4/+8
2020-06-23commit-graph: place bloom_settings in contextDerrick Stolee-6/+8
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar-14/+26
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar-20/+20
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar-10/+68
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano-35/+27
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor-21/+24
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor-29/+17
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor-17/+9
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor-7/+9
2020-06-08commit-graph: clean up #includesSZEDER Gábor-3/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau-2/+0
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau-30/+3
2020-05-13commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau-1/+5