summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
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-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
2019-01-23commit-graph write: add itermediate progressÆvar Arnfjörð Bjarmason
2019-01-23commit-graph write: remove empty line for readabilityÆvar Arnfjörð Bjarmason
2019-01-23commit-graph write: add more descriptive progress outputÆvar Arnfjörð Bjarmason
2019-01-23commit-graph write: show progress for object searchÆvar Arnfjörð Bjarmason
2019-01-23commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason
2019-01-23commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason
2019-01-23commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor
2019-01-22commit-graph write: use pack order when finding commitsÆvar Arnfjörð Bjarmason
2019-01-18Merge branch 'ds/commit-graph-assert-missing-parents'Junio C Hamano
2019-01-16commit-graph: fix buffer read-overflowJosh Steadmon
2019-01-16commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon
2019-01-14Merge branch 'ab/commit-graph-progress-fix'Junio C Hamano
2019-01-02commit-graph: writing missing parents is a BUGDerrick Stolee
2018-12-28commit-graph: convert remaining functions to handle any repoStefan Beller
2018-11-20commit-graph: split up close_reachable() progress outputÆvar Arnfjörð Bjarmason
2018-11-14commit-graph: convert to using the_hash_algobrian m. carlson
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano