summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-09-18commit-graph: rename 'split_commit_graph_opts'Taylor Blau
2020-09-18bloom: encode out-of-bounds filters as non-emptyTaylor Blau
2020-09-17maintenance: add commit-graph taskDerrick Stolee
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau
2020-09-17commit-graph.c: store maximum changed pathsTaylor Blau
2020-09-09commit-graph: respect 'commitGraph.readChangedPaths'Taylor Blau
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
2020-08-17commit-graph: use the "hash version" byteDerrick Stolee
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-07-15Merge branch 'sg/commit-graph-progress-fix' into masterJunio C Hamano
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterJunio C Hamano
2020-07-09commit-graph: fix "Writing out commit graph" progress counterSZEDER Gábor
2020-07-09commit-graph: fix progress of reachable commitsSZEDER Gábor
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau
2020-07-01commit-graph: check chunk sizes after writingSZEDER Gábor
2020-07-01commit-graph: simplify chunk writes into loopSZEDER Gábor
2020-07-01commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee
2020-06-24commit-graph: change test to die on parse, not loadDerrick Stolee
2020-06-24commit-graph: place bloom_settings in contextDerrick Stolee
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor
2020-06-08commit-graph: clean up #includesSZEDER Gábor
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau
2020-05-13commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau
2020-05-13commit-graph.c: show progress of finding reachable commitsTaylor Blau
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-08Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano
2020-05-05commit-graph.c: extract 'refs_cb_data'Taylor Blau
2020-05-04commit-graph: avoid memory leaksJonathan Tan
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano