X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=68356343a63b8c07def2edcbed4d3b8c06776921;hb=a9698bb22fb7b66e5882c3a5e7b2b8b53ea03f90;hp=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hpb=70e1cca3886b2efac5bcd42065bde45395dd92c7;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 }