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