mirror of
https://github.com/git/git.git
synced 2026-02-18 13:49:51 +00:00
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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user