Merge branch 'rr/maint-t3510-cascade-fix' into next

By Ramkumar Ramachandra
* rr/maint-t3510-cascade-fix:
  t3510 (cherry-pick-sequence): add missing '&&'
This commit is contained in:
Junio C Hamano
2012-06-04 16:50:35 -07:00

View File

@@ -31,7 +31,7 @@ test_cmp_rev () {
}
test_expect_success setup '
git config advice.detachedhead false
git config advice.detachedhead false &&
echo unrelated >unrelated &&
git add unrelated &&
test_commit initial foo a &&