push: require force for refs under refs/tags/
[gitweb.git] / builtin / push.c
index e08485d1239fae1e1409864007b30b9c458a02e7..83a3cc80c332a6b53c3f18365eaef2a406a531ef 100644 (file)
@@ -222,7 +222,7 @@ static const char message_advice_checkout_pull_push[] =
 
 static const char message_advice_ref_already_exists[] =
        N_("Updates were rejected because the destination reference already exists\n"
-          "in the remote and the update is not a fast-forward.");
+          "in the remote.");
 
 static void advise_pull_before_push(void)
 {