X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-merge-octopus.sh;h=7adffdc7950baaf1da5b36913f78404c48c6d270;hb=457f06d68e427bbf4f1a921877441a622a05e5c4;hp=bb58e22a18bdaefae3f8005e7b0a0cfaba4b4185;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/git-merge-octopus.sh b/git-merge-octopus.sh index bb58e22a..7adffdc7 100755 --- a/git-merge-octopus.sh +++ b/git-merge-octopus.sh @@ -8,6 +8,11 @@ LF=' ' +die () { + echo >&2 "$*" + exit 1 +} + # The first parameters up to -- are merge bases; the rest are heads. bases= head= remotes= sep_seen= for arg