X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-merge-stupid.sh;h=f612d4729c9ae0ccdebd6b9671da3b5f89bb65f0;hb=bb034f839a396cf0660024a59bbff61f8ef0c5af;hp=4b1e595363cdcfae9d9c567d98127ee83bcc2b23;hpb=9656153b87d47b34986f2d77eef9199c24cbf9f6;p=git.git diff --git a/git-merge-stupid.sh b/git-merge-stupid.sh index 4b1e59536..f612d4729 100755 --- a/git-merge-stupid.sh +++ b/git-merge-stupid.sh @@ -24,7 +24,7 @@ do esac done -# Give up if we are given more than two remotes -- not handling octopus. +# Give up if we are given two or more remotes -- not handling octopus. case "$remotes" in ?*' '?*) exit 2 ;;