Merge branch 'jc/fetch' into next

* jc/fetch:
  fetch: exit non-zero when fast-forward check fails.
This commit is contained in:
Junio C Hamano 2006-03-17 14:11:10 -08:00
Родитель 35a9f5d91e a9698bb22f
Коммит d3c4519a72
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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