We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d11650d + 0b918b7 commit 5866e58Copy full SHA for 5866e58
t/t5318-commit-graph.sh
@@ -75,7 +75,7 @@ graph_read_expect() {
75
76
test_expect_success 'write graph' '
77
cd "$TRASH_DIRECTORY/full" &&
78
- graph1=$(git commit-graph write) &&
+ git commit-graph write &&
79
test_path_is_file $objdir/info/commit-graph &&
80
graph_read_expect "3"
81
'
0 commit comments