aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08commit.c: don't persist substituted parents when unshallowingTaylor Blau1-1/+2
2020-07-01commit-graph: check chunk sizes after writingSZEDER Gábor1-0/+7
2020-07-01commit-graph: simplify chunk writes into loopSZEDER Gábor1-12/+16
2020-07-01commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor1-16/+26
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-3/+42
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee1-2/+6
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee1-4/+8
2020-06-23commit-graph: place bloom_settings in contextDerrick Stolee1-6/+8
2020-06-17commit-graph: minimize commit_graph_data_slab accessAbhishek Kumar1-14/+26
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-20/+20
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar1-10/+68
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-35/+27
2020-06-08commit-graph: simplify write_commit_graph_file() #2SZEDER Gábor1-21/+24
2020-06-08commit-graph: simplify write_commit_graph_file() #1SZEDER Gábor1-29/+17
2020-06-08commit-graph: simplify parse_commit_graph() #2SZEDER Gábor1-17/+9
2020-06-08commit-graph: simplify parse_commit_graph() #1SZEDER Gábor1-7/+9
2020-06-08commit-graph: clean up #includesSZEDER Gábor1-3/+1
2020-06-08commit-graph: fix parsing the Chunk Lookup tableSZEDER Gábor1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-2/+0
2020-05-18commit-graph.c: simplify 'fill_oids_from_commits'Taylor Blau1-30/+3
2020-05-13commit-graph.c: peel refs in 'add_ref_to_set'Taylor Blau1-1/+5
2020-05-13commit-graph.c: show progress of finding reachable commitsTaylor Blau1-0/+9
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano1-0/+1
2020-05-08Merge branch 'jt/commit-graph-plug-memleak'Junio C Hamano1-11/+11
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Junio C Hamano1-2/+10
2020-05-04commit-graph.c: extract 'refs_cb_data'Taylor Blau1-3/+11
2020-05-04commit-graph: avoid memory leaksJonathan Tan1-11/+11
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano1-0/+14
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-6/+207
2020-05-01Merge branch 'tb/commit-graph-fd-exhaustion-fix'Junio C Hamano1-13/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano1-47/+84
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau1-0/+1
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-1/+1
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau1-1/+2
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau1-0/+6
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau1-1/+2
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano1-1/+1
2020-04-24commit-graph: close descriptors after mmapJeff King1-10/+5
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau1-2/+2
2020-04-23commit-graph.c: don't use discarded graph_name in errorTaylor Blau1-1/+1
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee1-0/+14
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-1/+1
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-26/+33
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-14/+39
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-7/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh1-3/+3
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh1-1/+112
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee1-1/+1
2020-03-30commit-graph: examine commits by generation numberGarima Singh1-3/+30
2020-03-30commit-graph: examine changed-path objects in pack orderJeff King1-3/+35