t5318-commit-graph.sh: use core.commitGraph
authorDerrick Stolee <redacted>
Wed, 27 Jun 2018 13:24:26 +0000 (09:24 -0400)
committerJunio C Hamano <redacted>
Wed, 27 Jun 2018 17:27:04 +0000 (10:27 -0700)
commit55abcb417bb5b769e2aacb92a1f05c6c58127cae
treeca1fcd4519f3290fc3ca689c310c9558a53c8149
parented843436dd4924c10669820cc73daf50f0b4dabd
t5318-commit-graph.sh: use core.commitGraph

The commit-graph tests should be checking that normal Git operations
succeed and have matching output with and without the commit-graph
feature enabled. However, the test was toggling 'core.graph' instead
of the correct 'core.commitGraph' variable.

Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5318-commit-graph.sh
git clone https://git.99rst.org/PROJECT