Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
append_one_rev(): rewrite to work with object_id
[gitweb.git]
/
t
/
t5510-fetch.sh
diff --git
a/t/t5510-fetch.sh
b/t/t5510-fetch.sh
index d3fa2c9617eefa0fd8a34fe0e7d9bfffd439c6bd..0ba9db08847255d28e3e185d18b68703fb0755dc 100755
(executable)
--- a/
t/t5510-fetch.sh
+++ b/
t/t5510-fetch.sh
@@
-596,7
+596,7
@@
test_configured_prune () {
test_unconfig remote.origin.prune &&
git fetch &&
git rev-parse --verify refs/remotes/origin/newbranch
- )
+ )
&&
# now remove it
git branch -d newbranch &&