projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65f83dc
)
t5505: add missing &&
author
Brandon Casey
<drafnel@gmail.com>
Fri, 19 Mar 2010 23:36:35 +0000
(18:36 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 20 Mar 2010 15:21:50 +0000
(08:21 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5505-remote.sh
patch
|
blob
|
history
diff --git
a/t/t5505-remote.sh
b/t/t5505-remote.sh
index 72912308da400ae7f6920da625f2400b4a197916..e7afe9e16e368e132e9b91d4397ccd57954678d8 100755
(executable)
--- a/
t/t5505-remote.sh
+++ b/
t/t5505-remote.sh
@@
-121,7
+121,7
@@
Note: Non-remote branches were not removed; to delete them, use:
git branch -d master
EOF
} &&
- git tag footag
+ git tag footag
&&
git config --add remote.oops.fetch "+refs/*:refs/*" &&
git remote rm oops 2>actual1 &&
git branch foobranch &&