Re: [PATCH v2 03/14] commit-graph: create git-commit-graph builtin

2018-02-01 Thread SZEDER Gábor
> diff --git a/Documentation/git-commit-graph.txt > b/Documentation/git-commit-graph.txt > new file mode 100644 > index 00..c8ea548dfb > --- /dev/null > +++ b/Documentation/git-commit-graph.txt > @@ -0,0 +1,7 @@ > +git-commit-graph(1) > + Here the length of the '' must

[PATCH v2 03/14] commit-graph: create git-commit-graph builtin

2018-01-30 Thread Derrick Stolee
Teach git the 'commit-graph' builtin that will be used for writing and reading packed graph files. The current implementation is mostly empty, except for a '--pack-dir' option. Signed-off-by: Derrick Stolee --- .gitignore | 1 +