]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5318-commit-graph.sh
t5318-commit-graph.sh: use core.commitGraph
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 27 Jun 2018 13:24:26 +0000 (09:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
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 <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5318-commit-graph.sh