Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/fetch'
author
Junio C Hamano
<junkio@cox.net>
Fri, 24 Mar 2006 07:46:06 +0000
(23:46 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 24 Mar 2006 07:46:06 +0000
(23:46 -0800)
* jc/fetch:
fetch: exit non-zero when fast-forward check fails.
git-fetch.sh
patch
|
blob
|
history
raw
(from parent 1:
8a8e623
)
diff --git
a/git-fetch.sh
b/git-fetch.sh
index 0346d4a45ca6a67bc0f6521dea799bf37cbb7cf1..68356343a63b8c07def2edcbed4d3b8c06776921 100755
(executable)
--- a/
git-fetch.sh
+++ b/
git-fetch.sh
@@
-179,6
+179,7
@@
fast_forward_local () {
;;
*)
echo >&2 " not updating."
+ exit 1
;;
esac
}