aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence'Junio C Hamano1-0/+6
2023-11-01commit-graph: introduce envvar to disable commit existence checksPatrick Steinhardt1-0/+6
2023-10-09commit-graph: check bounds when accessing BDAT chunkJeff King1-0/+1
2023-10-09commit-graph: bounds-check generation overflow chunkJeff King1-0/+1
2023-10-09commit-graph: bounds-check base graphs chunkJeff King1-0/+1
2023-10-09commit-graph: detect out-of-bounds extra-edges pointersJeff King1-0/+1
2023-09-28commit-graph: report incomplete chains during verificationJeff King1-1/+2
2023-09-28commit-graph: factor out chain opening functionJeff King1-0/+3
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-06Merge branch 'ds/ahead-behind'Junio C Hamano1-0/+8
2023-03-20commit-graph: introduce `ensure_generations_valid()`Taylor Blau1-0/+8
2023-02-23treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren1-1/+0
2022-08-03Merge branch 'tb/commit-graph-genv2-upgrade-fix'Junio C Hamano1-0/+15
2022-07-15commit-graph: introduce `repo_find_commit_pos_in_graph()`Taylor Blau1-0/+15
2022-07-14commit-graph: pass repo_settings instead of repositoryTaylor Blau1-1/+6
2022-03-04commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason1-1/+1
2021-08-09revision: avoid hitting packfiles when commits are in commit-graphPatrick Steinhardt1-0/+8
2021-02-25commit-graph: use config to specify generation typeDerrick Stolee1-1/+0
2021-01-18commit-reach: use corrected commit dates in paint_down_to_common()Abhishek Kumar1-0/+6
2021-01-18commit-graph: use generation v2 only if entire chain doesAbhishek Kumar1-0/+1
2021-01-18commit-graph: implement generation data chunkAbhishek Kumar1-0/+3
2021-01-18commit-graph: return 64-bit generation numberAbhishek Kumar1-2/+2
2021-01-18commit-graph: add a slab to store topological levelsAbhishek Kumar1-0/+1
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-6/+11
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-0/+1
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau1-4/+4
2020-09-17maintenance: add commit-graph taskDerrick Stolee1-0/+1
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau1-2/+4
2020-09-09commit-graph: introduce 'get_bloom_filter_settings()'Taylor Blau1-0/+2
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+2
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano1-3/+3
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-0/+1
2020-06-23commit-graph: change test to die on parse, not loadDerrick Stolee1-1/+1
2020-06-17commit-graph: introduce commit_graph_data_slabAbhishek Kumar1-0/+10
2020-06-08commit-graph: clean up #includesSZEDER Gábor1-3/+3
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-3/+1
2020-05-01Merge branch 'ds/blame-on-bloom'Junio C Hamano1-0/+9
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-1/+8
2020-04-24commit-graph: close descriptors after mmapJeff King1-4/+1
2020-04-16tests: write commit-graph with Bloom filtersDerrick Stolee1-0/+9
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-1/+2
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau1-0/+5
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh1-0/+1
2020-04-06commit-graph: write Bloom filters to commit graph fileGarima Singh1-0/+5
2020-03-30commit-graph: compute Bloom filters for changed pathsGarima Singh1-1/+2
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau1-1/+2
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau1-2/+3
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau1-2/+3
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King1-0/+6
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor1-5/+8
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-2/+4
2019-06-19commit-graph: create options for split filesDerrick Stolee1-2/+10
2019-06-19commit-graph: allow cross-alternate chainsDerrick Stolee1-0/+1
2019-06-19commit-graph: write commit-graph chainsDerrick Stolee1-0/+2
2019-06-19commit-graph: add base graphs chunkDerrick Stolee1-0/+1
2019-06-19commit-graph: prepare for commit-graph chainsDerrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee1-1/+1
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeDerrick Stolee1-5/+11
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason1-0/+1
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason1-2/+1
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason1-1/+3
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano1-1/+1
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-1/+1
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon1-0/+3
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+1
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano1-2/+3
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano1-0/+2
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+6
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason1-2/+3
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee1-0/+2
2018-08-21commit-graph: close_commit_graph before shallow walkDerrick Stolee1-0/+1
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+1
2018-07-20commit-reach: use can_all_from_reachDerrick Stolee1-0/+6
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-3/+4
2018-07-17commit-graph: add free_commit_graphJonathan Tan1-0/+2
2018-07-17commit-graph: add missing forward declarationJonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-0/+1
2018-06-27commit-graph: use string-list API for inputDerrick Stolee1-4/+3
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+3
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee1-0/+8
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee1-0/+2
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-1/+2
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-1/+3
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-1/+3
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee1-0/+12
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-0/+23
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee1-0/+6