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