commit-graph: create git-commit-graph builtin
authorDerrick Stolee <stolee@gmail.com>
Mon, 19 Feb 2018 18:53:16 +0000 (13:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Feb 2018 20:30:05 +0000 (12:30 -0800)
commita34896751e1fce782b139f11523ed725da0601cd
tree185da7dee856c1adcc5e9d2e02f2840ed1dae56f
parent7a5aadb7064aea87f3e9f185946a9779092c45f9
commit-graph: create git-commit-graph builtin

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 an '--object-dir' option.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Documentation/git-commit-graph.txt [new file with mode: 0644]
Makefile
builtin.h
builtin/commit-graph.c [new file with mode: 0644]
command-list.txt
git.c