summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d6b151)
raw | patch | inline | side by side (parent: 5d6b151)
author | Jim Meyering <jim@meyering.net> | |
Thu, 28 Dec 2006 15:05:02 +0000 (16:05 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Dec 2006 22:12:48 +0000 (14:12 -0800) |
Otherwise, sending the diagnostic to stdout would provoke a
protocol failure.
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
protocol failure.
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
templates/hooks--update | patch | blob | history |
index 76d5ac2477d669aabfef8108cfbb713fbdfef70a..9863a800c8b945494f284c58112388b9c865ec58 100644 (file)
--- a/templates/hooks--update
+++ b/templates/hooks--update
case "$1","$ref_type" in
refs/tags/*,commit)
echo "*** Un-annotated tags are not allowed in this repo" >&2
- echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate."
+ echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2
exit 1;;
refs/tags/*,tag)
echo "### Pushing version '${1##refs/tags/}' to the masses" >&2