summaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit-graph: rename "large edges" to "extra edges"SZEDER Gábor2019-01-221-2/+2
* Merge branch 'ds/commit-graph-leakfix'Junio C Hamano2018-10-191-5/+6
|\
| * builtin/commit-graph.c: UNLEAK variablesMartin Ågren2018-10-071-5/+6
* | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+4
|\ \ | |/ |/|
| * commit-graph: not compatible with replace objectsDerrick Stolee2018-08-211-0/+4
* | commit-graph write: add progress outputÆvar Arnfjörð Bjarmason2018-09-171-2/+3
|/
* commit-graph: add free_commit_graphJonathan Tan2018-07-181-0/+2
* commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-4/+12
* commit-graph: use string-list API for inputDerrick Stolee2018-06-271-26/+13
* commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+39
* commit-graph: UNLEAK before die()Derrick Stolee2018-06-271-1/+4
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-3/+7
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-6/+21
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-3/+30
* commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-0/+56
* commit-graph: implement git-commit-graph writeDerrick Stolee2018-04-021-0/+33
* commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+36