fetch: exit non-zero when fast-forward check fails.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-03-16 22:04:18 -08:00
parent 53dc463627
commit a9698bb22f

View File

@ -179,6 +179,7 @@ fast_forward_local () {
;;
*)
echo >&2 " not updating."
exit 1
;;
esac
}