summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2019-08-22Merge branch 'sg/commit-graph-validate'Junio C Hamano
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-08-07commit-graph: release strbufs after useRené Scharfe
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee
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-07-19Merge branch 'ds/commit-graph-incremental'Junio C Hamano
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-09Merge branch 'ds/commit-graph-write-refactor'Junio C Hamano
2019-06-20object: convert create_object() to use object_idJeff King
2019-06-20commit-graph: normalize commit-graph filenamesDerrick Stolee
2019-06-20commit-graph: clean up chains after flattened writeDerrick Stolee
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: expire commit-graph filesDerrick Stolee
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee
2019-06-20commit-graph: merge commit-graph chainsDerrick Stolee
2019-06-20commit-graph: add --split option to builtinDerrick Stolee
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rearrange chunk count logicDerrick Stolee
2019-06-20commit-graph: add base graphs chunkDerrick Stolee
2019-06-20commit-graph: load commit-graph chainsDerrick Stolee
2019-06-20commit-graph: rename commit_compare to oid_compareDerrick 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: extract write_commit_graph_file()Derrick Stolee
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee
2019-06-12commit-graph: create write_commit_graph_contextDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-05-19Merge branch 'js/commit-graph-parse-leakfix'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-07commit-graph: fix memory leakJosh Steadmon
2019-04-16commit.cocci: refactor code, avoid double rewriteNguyễn Thái Ngọc Duy
2019-04-01commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason
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-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano
2019-02-05Merge branch 'ab/commit-graph-write-optim'Junio C Hamano
2019-02-05Merge branch 'js/commit-graph-chunk-table-fix'Junio C Hamano
2019-02-05Merge branch 'sb/more-repo-in-api'Junio C Hamano
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano
2019-01-23commit-graph write: emit a percentage for all progressÆvar Arnfjörð Bjarmason