X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=954901ddce9404eeadb616c4b65b466c62d4b63f;hb=fc4c4cd21c783b6dc387002c6e018d26f7405e9f;hp=c0eb96752e1574b48b973acd4ebfdb81406c7bac;hpb=64ecb6247f89783a53297436fa452478a83bda53;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 }