summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterLibravatar Junio C Hamano1-38/+110
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterLibravatar Junio C Hamano1-64/+48
2020-07-15Merge branch 'sg/commit-graph-progress-fix' into masterLibravatar Junio C Hamano1-22/+5
2020-07-09Merge branch 'tb/fix-persistent-shallow' into masterLibravatar Junio C Hamano1-1/+2
2020-07-09commit-graph: fix "Writing out commit graph" progress counterLibravatar SZEDER Gábor1-20/+2
2020-07-09commit-graph: fix progress of reachable commitsLibravatar SZEDER Gábor1-2/+3
2020-07-08commit.c: don't persist substituted parents when unshallowingLibravatar Taylor Blau1-1/+2
2020-07-01commit-graph: check chunk sizes after writingLibravatar SZEDER Gábor1-0/+7
2020-07-01commit-graph: simplify chunk writes into loopLibravatar SZEDER Gábor1-12/+16
2020-07-01commit-graph: unify the signatures of all write_graph_chunk_*() functionsLibravatar SZEDER Gábor1-16/+26
2020-07-01commit-graph: persist existence of changed-pathsLibravatar Derrick Stolee1-3/+42
2020-07-01bloom: fix logic in get_bloom_filter()Libravatar Derrick Stolee1-2/+6
2020-06-23commit-graph: change test to die on parse, not loadLibravatar Derrick Stolee1-4/+8
2020-06-23commit-graph: place bloom_settings in contextLibravatar Derrick Stolee1-6/+8
2020-06-17commit-graph: minimize commit_graph_data_slab accessLibravatar Abhishek Kumar1-14/+26
2020-06-17commit: move members graph_pos, generation to a slabLibravatar Abhishek Kumar1-20/+20
2020-06-17commit-graph: introduce commit_graph_data_slabLibravatar Abhishek Kumar1-10/+68
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Libravatar Junio C Hamano1-35/+27
2020-06-08commit-graph: simplify write_commit_graph_file() #2Libravatar SZEDER Gábor1-21/+24
2020-06-08commit-graph: simplify write_commit_graph_file() #1Libravatar SZEDER Gábor1-29/+17
2020-06-08commit-graph: simplify parse_commit_graph() #2Libravatar SZEDER Gábor1-17/+9
2020-06-08commit-graph: simplify parse_commit_graph() #1Libravatar SZEDER Gábor1-7/+9
2020-06-08commit-graph: clean up #includesLibravatar SZEDER Gábor1-3/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableLibravatar SZEDER Gábor1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagLibravatar Taylor Blau1-2/+0
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Libravatar Taylor Blau1-30/+3
2020-05-13commit-graph.c: peel refs in 'add_ref_to_set'Libravatar Taylor Blau1-1/+5
2020-05-13commit-graph.c: show progress of finding reachable commitsLibravatar Taylor Blau1-0/+9
2020-05-13Merge branch 'tb/shallow-cleanup'Libravatar Junio C Hamano1-0/+1
2020-05-08Merge branch 'jt/commit-graph-plug-memleak'Libravatar Junio C Hamano1-11/+11
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Libravatar Junio C Hamano1-2/+10
2020-05-04commit-graph.c: extract 'refs_cb_data'Libravatar Taylor Blau1-3/+11
2020-05-04commit-graph: avoid memory leaksLibravatar Jonathan Tan1-11/+11
2020-05-01Merge branch 'ds/blame-on-bloom'Libravatar Junio C Hamano1-0/+14
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-6/+207
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Libravatar Junio C Hamano1-13/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Libravatar Junio C Hamano1-47/+84
2020-04-30shallow: extract a header file for shallow-related functionsLibravatar Taylor Blau1-0/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Libravatar Junio C Hamano1-1/+1
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyLibravatar Taylor Blau1-1/+2
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryLibravatar Taylor Blau1-0/+6
2020-04-29commit-graph.c: write non-split graphs as read-onlyLibravatar Taylor Blau1-1/+2
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Libravatar Junio C Hamano1-1/+1
2020-04-24commit-graph: close descriptors after mmapLibravatar Jeff King1-10/+5
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionLibravatar Taylor Blau1-2/+2
2020-04-23commit-graph.c: don't use discarded graph_name in errorLibravatar Taylor Blau1-1/+1
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee1-0/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-1/+1
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-26/+33
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-14/+39