summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeLibravatar Jeff King1-4/+4
2019-09-09Merge branch 'ds/feature-macros'Libravatar Junio C Hamano1-3/+3
2019-09-09commit-graph: don't show progress percentages while expanding reachable commitsLibravatar SZEDER Gábor1-1/+1
2019-09-09commit-graph.c: handle corrupt/missing treesLibravatar Taylor Blau1-1/+6
2019-09-09commit-graph.c: handle commit parsing errorsLibravatar Taylor Blau1-1/+3
2019-08-22Merge branch 'sg/commit-graph-validate'Libravatar Junio C Hamano1-17/+23
2019-08-13repo-settings: consolidate some config settingsLibravatar Derrick Stolee1-3/+3
2019-08-09Merge branch 'ds/commit-graph-incremental'Libravatar Junio C Hamano1-5/+7
2019-08-07commit-graph: release strbufs after useLibravatar René Scharfe1-5/+7
2019-08-05commit-graph: fix bug around octopus mergesLibravatar Derrick Stolee1-1/+1
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-12/+17
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor1-5/+6
2019-07-19Merge branch 'ds/commit-graph-incremental'Libravatar Junio C Hamano1-49/+774
2019-07-09Merge branch 'jk/oidhash'Libravatar Junio C Hamano1-1/+1
2019-07-09Merge branch 'ds/close-object-store'Libravatar Junio C Hamano1-4/+4
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Libravatar Junio C Hamano1-271/+336
2019-06-20object: convert create_object() to use object_idLibravatar Jeff King1-1/+1
2019-06-19commit-graph: normalize commit-graph filenamesLibravatar Derrick Stolee1-7/+23
2019-06-19commit-graph: merge commit-graph chainsLibravatar Derrick Stolee1-33/+147
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee1-5/+9
2019-06-19commit-graph: write commit-graph chainsLibravatar Derrick Stolee1-11/+275
2019-06-19commit-graph: clean up chains after flattened writeLibravatar Derrick Stolee1-3/+9
2019-06-19commit-graph: rearrange chunk count logicLibravatar Derrick Stolee1-14/+21
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-3/+12
2019-06-19commit-graph: add base graphs chunkLibravatar Derrick Stolee1-0/+22
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-11/+24
2019-06-19commit-graph: load commit-graph chainsLibravatar Derrick Stolee1-6/+106
2019-06-19commit-graph: expire commit-graph filesLibravatar Derrick Stolee1-0/+69
2019-06-19commit-graph: rename commit_compare to oid_compareLibravatar Derrick Stolee1-2/+2
2019-06-19commit-graph: allow cross-alternate chainsLibravatar Derrick Stolee1-11/+45
2019-06-19commit-graph: prepare for commit-graph chainsLibravatar Derrick Stolee1-11/+78
2019-06-12commit-graph: use raw_object_store when closingLibravatar Derrick Stolee1-4/+4
2019-06-12commit-graph: extract write_commit_graph_file()Libravatar Derrick Stolee1-75/+80
2019-06-12commit-graph: extract copy_oids_to_commits()Libravatar Derrick Stolee1-25/+32
2019-06-12commit-graph: extract count_distinct_commits()Libravatar Derrick Stolee1-13/+22
2019-06-12commit-graph: extract fill_oids_from_all_packs()Libravatar Derrick Stolee1-11/+15
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Libravatar Derrick Stolee1-32/+40
2019-06-12commit-graph: extract fill_oids_from_packs()Libravatar Derrick Stolee1-36/+47
2019-06-12commit-graph: create write_commit_graph_contextLibravatar Derrick Stolee1-196/+194
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee1-4/+5
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-19/+41
2019-05-19Merge branch 'js/commit-graph-parse-leakfix'Libravatar Junio C Hamano1-1/+3
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Libravatar Junio C Hamano1-2/+7
2019-05-07commit-graph: fix memory leakLibravatar Josh Steadmon1-1/+3
2019-04-16commit.cocci: refactor code, avoid double rewriteLibravatar Nguyễn Thái Ngọc Duy1-2/+7
2019-04-01commit-graph: improve & i18n error messagesLibravatar Ævar Arnfjörð Bjarmason1-19/+19
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason1-3/+7
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason1-4/+3
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-12/+30
2019-04-01commit-graph: fix segfault on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-9/+34