aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Merge branch 'ds/commit-graph-incremental'Junio C Hamano1-5/+7
2019-08-07commit-graph: release strbufs after useRené Scharfe1-5/+7
2019-08-05commit-graph: fix bug around octopus mergesDerrick Stolee1-1/+1
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: clean up chains after flattened writeDerrick Stolee1-3/+9
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-3/+12
2019-06-19commit-graph: create options for split filesDerrick Stolee1-11/+24
2019-06-19commit-graph: expire commit-graph filesDerrick Stolee1-0/+69
2019-06-19commit-graph: allow cross-alternate chainsDerrick Stolee1-11/+45
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: rearrange chunk count logicDerrick Stolee1-14/+21
2019-06-19commit-graph: add base graphs chunkDerrick Stolee1-0/+22
2019-06-19commit-graph: load commit-graph chainsDerrick Stolee1-6/+106
2019-06-19commit-graph: rename commit_compare to oid_compareDerrick Stolee1-2/+2
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
2019-01-23commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason1-2/+10
2019-01-23commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason1-9/+30
2019-01-23commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor1-1/+2
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-12/+12
2019-01-22commit-graph write: use pack order when finding commitsÆvar Arnfjörð Bjarmason1-2/+4
2019-01-18Merge branch 'ds/commit-graph-assert-missing-parents'Junio C Hamano1-6/+11
2019-01-15commit-graph: fix buffer read-overflowJosh Steadmon1-2/+12
2019-01-15commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon1-17/+36
2019-01-14Merge branch 'ab/commit-graph-progress-fix'Junio C Hamano1-3/+10
2019-01-02commit-graph: writing missing parents is a BUGDerrick Stolee1-6/+11
2018-12-28commit-graph: convert remaining functions to handle any repoStefan Beller1-16/+24
2018-11-20commit-graph: split up close_reachable() progress outputÆvar Arnfjörð Bjarmason1-3/+10
2018-11-14commit-graph: convert to using the_hash_algobrian m. carlson1-16/+17
2018-11-13sha1-file: use an object_directory for the main object dirJeff King1-4/+1
2018-11-13rename "alternate_object_database" to "object_directory"Jeff King1-5/+5
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano1-6/+10
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-4/+34
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano1-8/+57
2018-10-07commit-graph: reduce initial oid allocationDerrick Stolee1-1/+1
2018-10-07commit-graph: clean up leaked memory during writeDerrick Stolee1-5/+9
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano1-2/+3
2018-09-17Merge branch 'jk/cocci'Junio C Hamano1-5/+5
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+18
2018-09-17commit-graph verify: add progress outputÆvar Arnfjörð Bjarmason1-0/+5
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason1-8/+52
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King1-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-1/+1
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee1-2/+3
2018-08-21commit-graph: close_commit_graph before shallow walkDerrick Stolee1-4/+4
2018-08-21commit-graph: not compatible with uninitialized repoDerrick Stolee1-0/+3
2018-08-21commit-graph: not compatible with graftsDerrick Stolee1-0/+6
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+21
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-10/+10
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King1-1/+1
2018-07-23commit-graph.c: mark more strings for translationNguyễn Thái Ngọc Duy1-10/+10
2018-07-20commit-reach: use can_all_from_reachDerrick Stolee1-0/+18
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-27/+33
2018-07-17commit-graph: store graph in struct object_storeJonathan Tan1-21/+19
2018-07-17commit-graph: add free_commit_graphJonathan Tan1-10/+14
2018-07-17commit-graph: refactor preparing commit graphJonathan Tan1-11/+17
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano1-16/+235
2018-06-29commit: add repository argument to lookup_commitStefan Beller1-5/+5
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeStefan Beller1-1/+1
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-0/+20
2018-06-27commit-graph: use string-list API for inputDerrick Stolee1-8/+7
2018-06-27commit-graph: verify contents match checksumDerrick Stolee1-2/+14
2018-06-27commit-graph: verify commit dateDerrick Stolee1-0/+6
2018-06-27commit-graph: verify generation numberDerrick Stolee1-0/+34
2018-06-27commit-graph: verify parent listDerrick Stolee1-0/+28
2018-06-27commit-graph: verify root tree OIDsDerrick Stolee1-1/+16
2018-06-27commit-graph: verify objects existDerrick Stolee1-0/+18
2018-06-27commit-graph: verify corrupt OID fanout and lookupDerrick Stolee1-0/+36
2018-06-27commit-graph: verify required chunks are presentDerrick Stolee1-0/+9
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+23
2018-06-27commit-graph: load a root tree from specific graphDerrick Stolee1-3/+9
2018-06-27commit-graph: parse commit from chosen graphDerrick Stolee1-3/+15
2018-06-27commit-graph: fix GRAPH_MIN_SIZEDerrick Stolee1-2/+3
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano1-32/+81
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-4/+24
2018-05-22commit-graph: fix UX issue when .lock file existsDerrick Stolee1-17/+5
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee1-15/+31
2018-05-22commit-graph: compute generation numbersDerrick Stolee1-0/+43
2018-05-22commit: add generation number to struct commitDerrick Stolee1-0/+2
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+741
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee1-3/+23
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-2/+2
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-1/+16
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-2/+25
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-2/+24
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee1-1/+140
2018-04-11commit-graph: close under reachabilityDerrick Stolee1-0/+45
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-1/+136
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee1-0/+359