Skip to content

Commit

Permalink
Merge branch 'jc/fetch'
Browse files Browse the repository at this point in the history
* jc/fetch:
  fetch: exit non-zero when fast-forward check fails.
  • Loading branch information
Junio C Hamano committed Mar 24, 2006
2 parents 8a8e623 + a9698bb commit 9bc8b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ fast_forward_local () {
;;
*)
echo >&2 " not updating."
exit 1
;;
esac
}
Expand Down

0 comments on commit 9bc8b77

Please sign in to comment.