Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch-pack: eliminate spurious error messages
[gitweb.git]
/
t
/
t3510-cherry-pick-sequence.sh
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 &&