Git fork

Merge branch 'sg/t5318-cleanup'

Code cleanup.

* sg/t5318-cleanup:
t5318-commit-graph: remove unused variable

+1 -1
+1 -1
t/t5318-commit-graph.sh
··· 75 75 76 76 test_expect_success 'write graph' ' 77 77 cd "$TRASH_DIRECTORY/full" && 78 - graph1=$(git commit-graph write) && 78 + git commit-graph write && 79 79 test_path_is_file $objdir/info/commit-graph && 80 80 graph_read_expect "3" 81 81 '