Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2010-03-20 02:36:35 +0300
committerJunio C Hamano <gitster@pobox.com>2010-03-20 18:21:50 +0300
commitf3b1fbf8602e9038ee12a44bbd71b49e6ab59fe1 (patch)
tree8e5bbb4ffb5a394035922acf3593777d157862c0 /t/t5505-remote.sh
parent65f83dc082ee6916188f8193f9a72acca008cea1 (diff)
t5505: add missing &&
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5505-remote.sh')
-rwxr-xr-xt/t5505-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5505-remote.sh b/t/t5505-remote.sh
index 72912308da..e7afe9e16e 100755
--- 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 &&