Merge branch 'jc/fetch' into next
* jc/fetch: fetch: exit non-zero when fast-forward check fails.maint
commit
d3c4519a72
|
|
@ -185,6 +185,7 @@ fast_forward_local () {
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo >&2 " not updating."
|
echo >&2 " not updating."
|
||||||
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue