X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=68356343a63b8c07def2edcbed4d3b8c06776921;hb=cebff98dbe3fd6177337ae4d440b81ffed797608;hp=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hpb=ac5f7c62c2d59cdad0813fcd8c999db96a4fc9e4;p=git.git diff --git a/git-fetch.sh b/git-fetch.sh index 0346d4a4..68356343 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -179,6 +179,7 @@ fast_forward_local () { ;; *) echo >&2 " not updating." + exit 1 ;; esac }