Skip to content

Commit b5abd30

Browse files
committed
Merge branch 'sg/reflog-past-root' into maint
A small test clean-up for a topic introduced in v2.9.1 and later. * sg/reflog-past-root: t1410: remove superfluous 'git reflog' from the 'walk past root' test
2 parents 71165f0 + 0eb75ce commit b5abd30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t1410-reflog.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' '
359359
HEAD@{3} commit (initial): initial
360360
EOF
361361
test_commit initial &&
362-
git reflog &&
363362
git checkout --orphan orphan1 &&
364363
test_commit orphan1-1 &&
365364
test_commit orphan1-2 &&

0 commit comments

Comments
 (0)