[sysadmin-bin] Make sure it is clear both annotated and signed tags are accepted by the pre-receive-check-policy ho



commit a7bc332da84bfc0c6784fe043a04b6222cf7b3b6
Author: Andrea Veri <av gnome org>
Date:   Mon Sep 14 21:00:07 2015 +0200

    Make sure it is clear both annotated and signed tags are accepted by the pre-receive-check-policy hook

 git/pre-receive-check-policy |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git/pre-receive-check-policy b/git/pre-receive-check-policy
index 80918e3..f26c12f 100755
--- a/git/pre-receive-check-policy
+++ b/git/pre-receive-check-policy
@@ -187,8 +187,8 @@ check_ref_update() {
                            if ! in_import && ! forced ; then
                                cat <<- EOF >&2
                                        ---
-                                       You are trying to push the lightweight tag '$tagname'. You should use
-                                       a signed tag instead. See:
+                                       You are trying to push the lightweight tag '$tagname'. You should 
either
+                    make use of a signed (-s) or annotated tag (-a) instead. More details at:
 
                                          https://wiki.gnome.org/Git/Help/LightweightTags
                                        ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]