summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
AgeCommit message (Expand)Author
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-04-01commit-graph verify: detect inability to read the graphÆ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-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor
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-06builtin/commit-graph.c: UNLEAK variablesMartin Ågren
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee
2018-07-17commit-graph: add free_commit_graphJonathan 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-06-27commit-graph: UNLEAK before die()Derrick 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-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee