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 d6bc22e + f0252ca commit 7e02ec2Copy full SHA for 7e02ec2
t/t6300-for-each-ref.sh
@@ -558,7 +558,7 @@ test_expect_success 'do not dereference NULL upon %(HEAD) on unborn branch' '
558
test_when_finished "git checkout master" &&
559
git for-each-ref --format="%(HEAD) %(refname:short)" refs/heads/ >actual &&
560
sed -e "s/^\* / /" actual >expect &&
561
- git checkout --orphan HEAD &&
+ git checkout --orphan orphaned-branch &&
562
563
test_cmp expect actual
564
'
0 commit comments