Merge branch 'jc/fetch'

* jc/fetch:
  fetch: exit non-zero when fast-forward check fails.
maint
Junio C Hamano 2006-03-23 23:46:06 -08:00
commit 9bc8b776c5
1 changed files with 1 additions and 0 deletions

View File

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