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