1
0
mirror of https://github.com/git/git.git synced 2024-10-20 02:58:26 +02:00

t5505: add missing &&

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Brandon Casey 2010-03-19 18:36:35 -05:00 committed by Junio C Hamano
parent 65f83dc082
commit f3b1fbf860

@ -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 &&