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.
1 parent 519c43f commit 2e2c3abCopy full SHA for 2e2c3ab
t/t1400-update-ref.sh
@@ -2189,7 +2189,7 @@ do
2189
git update-ref refs/heads/ref2 $head &&
2190
2191
format_command $type "update refs/heads/ref1" "$old_head" "$head" >stdin &&
2192
- format_command $type "symref-update refs/heads/ref2" "$old_head" "ref" "refs/heads/nonexistent" >>stdin &&
+ format_command $type "symref-update refs/heads/ref2" "refs/heads/new" "ref" "refs/heads/nonexistent" >>stdin &&
2193
git update-ref $type --no-deref --stdin --batch-updates <stdin >stdout &&
2194
echo $old_head >expect &&
2195
git rev-parse refs/heads/ref1 >actual &&
0 commit comments