]> git.ipfire.org Git - thirdparty/git.git/commit
commit-graph: implement git-commit-graph write
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 2 Apr 2018 20:34:20 +0000 (16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Apr 2018 21:27:38 +0000 (14:27 -0700)
commitf237c8b6feaa3bad352bd27c14f0d83d0a1c061a
tree1d98f278fb73d3c073ed08d8d66baf7c98b65b2a
parent08fd81c9b6495a395a527985d18aa51c4ae66cdc
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]