aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano1-1/+0
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor1-1/+0
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano1-0/+6
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano1-5/+14
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano1-0/+2
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh1-0/+6
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-5/+14
2019-09-09commit-graph: turn off save_commit_bufferJeff King1-0/+2
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor1-3/+3
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-8/+19
2019-06-19commit-graph: create options for split filesDerrick Stolee1-5/+20
2019-06-19commit-graph: add --split option to builtinDerrick Stolee1-3/+7
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeDerrick Stolee1-10/+10
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason1-2/+2
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason1-4/+17
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor1-2/+2
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano1-5/+6
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano1-0/+4
2018-10-07builtin/commit-graph.c: UNLEAK variablesMartin Ågren1-5/+6
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason1-2/+3
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee1-0/+4
2018-07-17commit-graph: add free_commit_graphJonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-4/+12
2018-06-27commit-graph: use string-list API for inputDerrick Stolee1-26/+13
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+39
2018-06-27commit-graph: UNLEAK before die()Derrick Stolee1-1/+4
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-3/+7
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-6/+21
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-3/+30
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-0/+56
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee1-0/+33
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+36