commit-graph: create git-commit-graph builtin
commit4ce58ee38de3ab0955b94946bfc339f387227223
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 2 Apr 2018 20:34:18 +0000 (2 16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Apr 2018 21:27:38 +0000 (2 14:27 -0700)
tree85f5ad519188e8bfbd9fb383a6b980fbb0349c69
parentae30d7b1151348068a24ac241cb4f6ad7f5e661b
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
contrib/completion/git-completion.bash
git.c