X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-merge-resolve.sh;fp=git-merge-resolve.sh;h=93bcfc2f5dce418d00f26257788932d5c738785c;hb=7d3c82a7610ac9ba11a26e1e594e48e0ebef629a;hp=bb19da2cc15715df9c96ddea18c6d449ce49b6e4;hpb=93e23fea2d7538ac24e35b50984dbbbb84d89f9a;p=git.git diff --git a/git-merge-resolve.sh b/git-merge-resolve.sh index bb19da2cc..93bcfc2f5 100755 --- a/git-merge-resolve.sh +++ b/git-merge-resolve.sh @@ -25,7 +25,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 ;;