Browse Source

Merge branch 'jc/fetch' into next

* jc/fetch:
  fetch: exit non-zero when fast-forward check fails.
maint
Junio C Hamano 19 years ago
parent
commit
d3c4519a72
  1. 1
      git-fetch.sh

1
git-fetch.sh

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

Loading…
Cancel
Save