summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano-5/+7
2019-08-07commit-graph: release strbufs after useRené Scharfe-5/+7
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee-1/+1
2019-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano-49/+774
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano-1/+1
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano-4/+4
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano-271/+336
2019-06-20object: convert create_object() to use object_idJeff King-1/+1
2019-06-19commit-graph: normalize commit-graph filenamesDerrick Stolee-7/+23
2019-06-19commit-graph: clean up chains after flattened writeDerrick Stolee-3/+9
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee-3/+12
2019-06-19commit-graph: create options for split filesDerrick Stolee-11/+24
2019-06-19commit-graph: expire commit-graph filesDerrick Stolee-0/+69
2019-06-19commit-graph: allow cross-alternate chainsDerrick Stolee-11/+45
2019-06-19commit-graph: merge commit-graph chainsDerrick Stolee-33/+147
2019-06-19commit-graph: add --split option to builtinDerrick Stolee-5/+9
2019-06-19commit-graph: write commit-graph chainsDerrick Stolee-11/+275
2019-06-19commit-graph: rearrange chunk count logicDerrick Stolee-14/+21
2019-06-19commit-graph: add base graphs chunkDerrick Stolee-0/+22
2019-06-19commit-graph: load commit-graph chainsDerrick Stolee-6/+106
2019-06-19commit-graph: rename commit_compare to oid_compareDerrick Stolee-2/+2
2019-06-19commit-graph: prepare for commit-graph chainsDerrick Stolee-11/+78
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee-4/+4
2019-06-12commit-graph: extract write_commit_graph_file()Derrick Stolee-75/+80
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee-25/+32
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee-13/+22
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee-11/+15
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee-32/+40
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee-36/+47
2019-06-12commit-graph: create write_commit_graph_contextDerrick Stolee-196/+194
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee-4/+5
2019-06-12commit-graph: return with errors during writeDerrick Stolee-19/+41
2019-05-19Merge branch 'js/commit-graph-parse-leakfix'Junio C Hamano-1/+3
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano-2/+7
2019-05-07commit-graph: fix memory leakJosh Steadmon-1/+3
2019-04-16commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy-2/+7
2019-04-01commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason-19/+19
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason-3/+7
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason-4/+3
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason-12/+30
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason-9/+34
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano-36/+94
2019-02-05Merge branch 'ab/commit-graph-write-optim'Junio C Hamano-2/+4
2019-02-05Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano-19/+48
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano-16/+24
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano-16/+17
2019-01-23commit-graph write: emit a percentage for all progressÆvar Arnfjörð Bjarmason-7/+7
2019-01-23commit-graph write: add itermediate progressÆvar Arnfjörð Bjarmason-0/+13
2019-01-23commit-graph write: remove empty line for readabilityÆvar Arnfjörð Bjarmason-1/+0
2019-01-23commit-graph write: add more descriptive progress outputÆvar Arnfjörð Bjarmason-7/+18