X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=git-fetch.sh;h=68356343a63b8c07def2edcbed4d3b8c06776921;hb=54c261f90fb8aa9a0f12431cce2c2631a119d667;hp=0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1;hpb=2495ca044795f0c5f459789eb29b66f5970096e1;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 }