X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=954901ddce9404eeadb616c4b65b466c62d4b63f;hb=fc4c4cd21c783b6dc387002c6e018d26f7405e9f;hp=c0eb96752e1574b48b973acd4ebfdb81406c7bac;hpb=cf1e6d1ec55264272be8b7f0c276a069d2aac69a;p=git.git diff --git a/git-fetch.sh b/git-fetch.sh index c0eb9675..954901dd 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -185,6 +185,7 @@ fast_forward_local () { ;; *) echo >&2 " not updating." + exit 1 ;; esac }