summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-7/+12
2020-04-06commit-graph: reuse existing Bloom filters during writeLibravatar Garima Singh1-3/+3
2020-04-06commit-graph: write Bloom filters to commit graph fileLibravatar Garima Singh1-1/+112
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee1-1/+1
2020-03-30commit-graph: examine commits by generation numberLibravatar Garima Singh1-3/+30
2020-03-30commit-graph: examine changed-path objects in pack orderLibravatar Jeff King1-3/+35
2020-03-30commit-graph: compute Bloom filters for changed pathsLibravatar Garima Singh1-1/+31
2020-03-30commit-graph: define and use MAX_NUM_CHUNKSLibravatar Garima Singh1-2/+3
2020-03-05Merge branch 'rs/commit-graph-code-simplification'Libravatar Junio C Hamano1-6/+2
2020-02-27commit-graph: use progress title directlyLibravatar René Scharfe1-6/+2
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-11/+10
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-28/+19
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-17/+21
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-25/+16
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Libravatar Junio C Hamano1-1/+3