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