summaryrefslogtreecommitdiff
path: root/commit-graph.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-18commit-graph: use generation v2 only if entire chain doesLibravatar Abhishek Kumar1-0/+1
2021-01-18commit-graph: implement generation data chunkLibravatar Abhishek Kumar1-0/+3
2021-01-18commit-graph: return 64-bit generation numberLibravatar Abhishek Kumar1-2/+2
2021-01-18commit-graph: add a slab to store topological levelsLibravatar Abhishek Kumar1-0/+1
2020-09-29Merge branch 'tb/bloom-improvements'Libravatar Junio C Hamano1-6/+11
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Libravatar Taylor Blau1-0/+1
2020-09-17commit-graph: rename 'split_commit_graph_opts'Libravatar Taylor Blau1-4/+4
2020-09-17maintenance: add commit-graph taskLibravatar Derrick Stolee1-0/+1
2020-09-09commit-graph: pass a 'struct repository *' in more placesLibravatar Taylor Blau1-2/+4
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Libravatar Taylor Blau1-0/+2
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterLibravatar Junio C Hamano1-1/+2
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterLibravatar Junio C Hamano1-3/+3
2020-07-01commit-graph: persist existence of changed-pathsLibravatar Derrick Stolee1-0/+1
2020-06-23commit-graph: change test to die on parse, not loadLibravatar Derrick Stolee1-1/+1
2020-06-17commit-graph: introduce commit_graph_data_slabLibravatar Abhishek Kumar1-0/+10
2020-06-08commit-graph: clean up #includesLibravatar SZEDER Gábor1-3/+3
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagLibravatar Taylor Blau1-3/+1
2020-05-01Merge branch 'ds/blame-on-bloom'Libravatar Junio C Hamano1-0/+9
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-1/+8
2020-04-24commit-graph: close descriptors after mmapLibravatar Jeff King1-4/+1
2020-04-16tests: write commit-graph with Bloom filtersLibravatar Derrick Stolee1-0/+9
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Libravatar Taylor Blau1-0/+5
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh1-0/+1
2020-04-06commit-graph: write Bloom filters to commit graph fileLibravatar Garima Singh1-0/+5
2020-03-30commit-graph: compute Bloom filters for changed pathsLibravatar Garima Singh1-1/+2
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+2
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-2/+3
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-2/+3
2019-09-12upload-pack: disable commit graph more gently for shallow traversalLibravatar Jeff King1-0/+6
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor1-5/+8
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-2/+4
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-2/+10
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee1-0/+1
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee1-0/+2
2019-06-19commit-graph: add base graphs chunkLibravatar Derrick Stolee1-0/+1
2019-06-19commit-graph: prepare for commit-graph chainsLibravatar Derrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingLibravatar Derrick Stolee1-1/+1
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-5/+11
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason1-2/+1
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-02-05Merge branch 'ab/commit-graph-write-progress'Libravatar Junio C Hamano1-1/+1
2019-01-22commit-graph: rename "large edges" to "extra edges"Libravatar SZEDER Gábor1-1/+1
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphLibravatar Josh Steadmon1-0/+3