summaryrefslogtreecommitdiff
path: root/commit-graph.h
AgeCommit message (Expand)Author
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee
2021-01-19commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar
2021-01-19commit-graph: use generation v2 only if entire chain doesAbhishek Kumar
2021-01-19commit-graph: implement generation data chunkAbhishek Kumar
2021-01-19commit-graph: return 64-bit generation numberAbhishek Kumar
2021-01-19commit-graph: add a slab to store topological levelsAbhishek Kumar
2020-09-29Merge branch 'tb/bloom-improvements'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-17maintenance: add commit-graph taskDerrick Stolee
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau
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-01commit-graph: persist existence of changed-pathsDerrick Stolee
2020-06-24commit-graph: change test to die on parse, not loadDerrick Stolee
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar
2020-06-08commit-graph: clean up #includesSZEDER Gábor
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-04-25commit-graph: close descriptors after mmapJeff King
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh
2020-03-30commit-graph: compute Bloom filters for changed pathsGarima Singh
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-20commit-graph: add base graphs chunkDerrick Stolee
2019-06-20commit-graph: prepare for commit-graph chainsDerrick Stolee
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano