Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rr/maint-t3510-cascade-fix'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Jun 2012 16:07:27 +0000
(09:07 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 7 Jun 2012 16:07:27 +0000
(09:07 -0700)
* rr/maint-t3510-cascade-fix:
t3510 (cherry-pick-sequence): add missing '&&'
t/t3510-cherry-pick-sequence.sh
patch
|
blob
|
history
raw
(from parent 1:
7c0382b
)
diff --git
a/t/t3510-cherry-pick-sequence.sh
b/t/t3510-cherry-pick-sequence.sh
index 97f371070011e2023552d9fe941dc0a406f6d09f..f4e6450d6a88ae0abd158e52634c47a23872ad2c 100755
(executable)
--- a/
t/t3510-cherry-pick-sequence.sh
+++ b/
t/t3510-cherry-pick-sequence.sh
@@
-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 &&