summaryrefslogtreecommitdiff
path: root/commit-graph.h
AgeCommit message (Expand)Author
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee
2019-06-20commit-graph: add base graphs chunkDerrick Stolee
2019-06-20commit-graph: prepare for commit-graph chainsDerrick Stolee
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
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-02-05Merge branch 'ab/commit-graph-write-progress'Junio C Hamano
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor
2019-01-16commit-graph, fuzz: add fuzzer for commit-graphJosh Steadmon
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee
2018-08-21commit-graph: close_commit_graph before shallow walkDerrick Stolee
2018-08-15Add missing includes and forward declarationsElijah Newren
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: add free_commit_graphJonathan Tan
2018-07-17commit-graph: add missing forward declarationJonathan Tan
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27commit-graph: use string-list API for inputDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee