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