summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-18Merge branch 'ds/commit-graph-assert-missing-parents'Libravatar Junio C Hamano1-6/+11
2019-01-14Merge branch 'ab/commit-graph-progress-fix'Libravatar Junio C Hamano1-3/+10
2019-01-02commit-graph: writing missing parents is a BUGLibravatar Derrick Stolee1-6/+11
2018-11-20commit-graph: split up close_reachable() progress outputLibravatar Ævar Arnfjörð Bjarmason1-3/+10
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King1-4/+1
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King1-5/+5
2018-10-19Merge branch 'ds/commit-graph-leakfix'Libravatar Junio C Hamano1-6/+10
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Libravatar Junio C Hamano1-4/+34
2018-10-16Merge branch 'ab/commit-graph-progress'Libravatar Junio C Hamano1-8/+57
2018-10-07commit-graph: reduce initial oid allocationLibravatar Derrick Stolee1-1/+1
2018-10-07commit-graph: clean up leaked memory during writeLibravatar Derrick Stolee1-5/+9
2018-09-17Merge branch 'ds/commit-graph-tests'Libravatar Junio C Hamano1-2/+3
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-5/+5
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+18
2018-09-17commit-graph verify: add progress outputLibravatar Ævar Arnfjörð Bjarmason1-0/+5
2018-09-17commit-graph write: add progress outputLibravatar Ævar Arnfjörð Bjarmason1-8/+52
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Libravatar Jeff King1-1/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Libravatar Jeff King1-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-1/+1
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHLibravatar Derrick Stolee1-2/+3
2018-08-21commit-graph: close_commit_graph before shallow walkLibravatar Derrick Stolee1-4/+4
2018-08-21commit-graph: not compatible with uninitialized repoLibravatar Derrick Stolee1-0/+3
2018-08-21commit-graph: not compatible with graftsLibravatar Derrick Stolee1-0/+6
2018-08-21commit-graph: not compatible with replace objectsLibravatar Derrick Stolee1-0/+21
2018-08-20Merge branch 'jk/for-each-object-iteration'Libravatar Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-10/+10
2018-08-13for_each_packed_object: support iterating in pack-orderLibravatar Jeff King1-1/+1
2018-07-23commit-graph.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-10/+10
2018-07-20commit-reach: use can_all_from_reachLibravatar Derrick Stolee1-0/+18
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-27/+33
2018-07-17commit-graph: store graph in struct object_storeLibravatar Jonathan Tan1-21/+19
2018-07-17commit-graph: add free_commit_graphLibravatar Jonathan Tan1-10/+14
2018-07-17commit-graph: refactor preparing commit graphLibravatar Jonathan Tan1-11/+17
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeLibravatar Junio C Hamano1-16/+235
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-5/+5
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+1
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-0/+20
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee1-8/+7
2018-06-27commit-graph: verify contents match checksumLibravatar Derrick Stolee1-2/+14
2018-06-27commit-graph: verify commit dateLibravatar Derrick Stolee1-0/+6
2018-06-27commit-graph: verify generation numberLibravatar Derrick Stolee1-0/+34
2018-06-27commit-graph: verify parent listLibravatar Derrick Stolee1-0/+28
2018-06-27commit-graph: verify root tree OIDsLibravatar Derrick Stolee1-1/+16
2018-06-27commit-graph: verify objects existLibravatar Derrick Stolee1-0/+18
2018-06-27commit-graph: verify corrupt OID fanout and lookupLibravatar Derrick Stolee1-0/+36
2018-06-27commit-graph: verify required chunks are presentLibravatar Derrick Stolee1-0/+9
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+23
2018-06-27commit-graph: load a root tree from specific graphLibravatar Derrick Stolee1-3/+9
2018-06-27commit-graph: parse commit from chosen graphLibravatar Derrick Stolee1-3/+15