summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano
2018-10-06commit-graph: reduce initial oid allocationDerrick Stolee
2018-10-06commit-graph: clean up leaked memory during writeDerrick Stolee
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-09-17commit-graph verify: add progress outputÆvar Arnfjörð Bjarmason
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee
2018-08-21commit-graph: close_commit_graph before shallow walkDerrick Stolee
2018-08-21commit-graph: not compatible with uninitialized repoDerrick Stolee
2018-08-21commit-graph: not compatible with graftsDerrick Stolee
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee
2018-08-20Merge branch 'jk/for-each-object-iteration'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13for_each_packed_object: support iterating in pack-orderJeff King
2018-07-23commit-graph.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-20commit-reach: use can_all_from_reachDerrick Stolee
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-07-17commit-graph: store graph in struct object_storeJonathan Tan
2018-07-17commit-graph: add free_commit_graphJonathan Tan
2018-07-17commit-graph: refactor preparing commit graphJonathan Tan
2018-07-17Merge branch 'ds/commit-graph-fsck' into jt/commit-graph-per-object-storeJunio C Hamano
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29tree: add repository argument to lookup_treeStefan Beller
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27commit-graph: use string-list API for inputDerrick Stolee
2018-06-27commit-graph: verify contents match checksumDerrick Stolee
2018-06-27commit-graph: verify commit dateDerrick Stolee
2018-06-27commit-graph: verify generation numberDerrick Stolee
2018-06-27commit-graph: verify parent listDerrick Stolee
2018-06-27commit-graph: verify root tree OIDsDerrick Stolee
2018-06-27commit-graph: verify objects existDerrick Stolee
2018-06-27commit-graph: verify corrupt OID fanout and lookupDerrick Stolee
2018-06-27commit-graph: verify required chunks are presentDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee
2018-06-27commit-graph: load a root tree from specific graphDerrick Stolee
2018-06-27commit-graph: parse commit from chosen graphDerrick Stolee
2018-06-27commit-graph: fix GRAPH_MIN_SIZEDerrick Stolee
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22commit-graph: fix UX issue when .lock file existsDerrick Stolee
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee