Browse Source

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
maint
Junio C Hamano 9 years ago
parent
commit
b5abd302ef
  1. 1
      t/t1410-reflog.sh

1
t/t1410-reflog.sh

@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' ' @@ -359,7 +359,6 @@ test_expect_success 'continue walking past root commits' '
HEAD@{3} commit (initial): initial
EOF
test_commit initial &&
git reflog &&
git checkout --orphan orphan1 &&
test_commit orphan1-1 &&
test_commit orphan1-2 &&

Loading…
Cancel
Save