summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano-274/+339
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
2019-01-23commit-graph write: show progress for object searchÆvar Arnfjörð Bjarmason-2/+7
2019-01-23commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason-2/+10
2019-01-23commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason-9/+30
2019-01-23commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor-1/+2
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor-12/+12
2019-01-22commit-graph write: use pack order when finding commitsÆvar Arnfjörð Bjarmason-2/+4
2019-01-18Merge branch 'ds/commit-graph-assert-missing-parents'Junio C Hamano-6/+11
2019-01-15commit-graph: fix buffer read-overflowJosh Steadmon-2/+12
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon-17/+36
2019-01-14Merge branch 'ab/commit-graph-progress-fix'Junio C Hamano-3/+10
2019-01-02commit-graph: writing missing parents is a BUGDerrick Stolee-6/+11
2018-12-28commit-graph: convert remaining functions to handle any repoStefan Beller-16/+24
2018-11-20commit-graph: split up close_reachable() progress outputÆvar Arnfjörð Bjarmason-3/+10
2018-11-14commit-graph: convert to using the_hash_algobrian m. carlson-16/+17
2018-11-13sha1-file: use an object_directory for the main object dirJeff King-4/+1
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King-5/+5
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano-6/+10
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano-4/+34
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano-8/+57
2018-10-07commit-graph: reduce initial oid allocationDerrick Stolee-1/+1
2018-10-07commit-graph: clean up leaked memory during writeDerrick Stolee-5/+9