mirror of
https://github.com/git/git.git
synced 2024-11-05 08:47:56 +01:00
Merge branch 'jc/fetch'
* jc/fetch: fetch: exit non-zero when fast-forward check fails.
This commit is contained in:
commit
9bc8b776c5
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ fast_forward_local () {
|
|||
;;
|
||||
*)
|
||||
echo >&2 " not updating."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue