commit-graph: implement 'git-commit-graph write'
authorDerrick Stolee <stolee@gmail.com>
Mon, 19 Feb 2018 18:53:18 +0000 (13:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Feb 2018 20:30:06 +0000 (12:30 -0800)
commit6e7047369e61b42c8660fb80c5af1aa2960a9690
tree7f1f6ba265500cb169753ccde60a43540a84335d
parent5deed5a2b05fc0f9e037eaf2493087b2a26a172e
commit-graph: implement 'git-commit-graph write'

Teach git-commit-graph to write graph files. Create new test script to verify
this command succeeds without failure.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
builtin/commit-graph.c
t/t5318-commit-graph.sh [new file with mode: 0755]