From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Borsotti Subject: Re: git push tags Date: Mon, 29 Oct 2012 09:12:52 +0100 Message-ID: References: <508D7628.10509@kdbg.org> <4B8097A9D6854CDFA27E7CF6574B37BA@PhilipOakley> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Chris Rorvick , Johannes Sixt , git To: Philip Oakley X-From: git-owner@vger.kernel.org Mon Oct 29 09:13:11 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TSkT6-0004aK-0B for gcvg-git-2@plane.gmane.org; Mon, 29 Oct 2012 09:13:08 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754106Ab2J2IMy (ORCPT ); Mon, 29 Oct 2012 04:12:54 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:46319 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757633Ab2J2IMx (ORCPT ); Mon, 29 Oct 2012 04:12:53 -0400 Received: by mail-pb0-f46.google.com with SMTP id rr4so4096503pbb.19 for ; Mon, 29 Oct 2012 01:12:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=etV1OF/z2LQlRFrD3v1PFOYV6Yh5+2dGnh/cG+Ckhz4=; b=fSUylQATLxT+3OXJxEF83Cx9Is+PMBp4SJF3YkqxXcBLUFfppDsxr/hLjqAtIvvYBs lAzrw/inF2ZurtwMjt8wwZ3P2uX3h3ztDBLg39PAEwLiQwiixJJfcVGyp2gIs754cNMX aFgpHCD+mND73F4119JHjHeNFaSaemn20p4aZmbt/3maEtZ4OcB4fKIgCvYJsljzr4MT tsYnCZBaNut8pmayVDzTsgjzJSY5wI2ZeVX//QQqgxH9Nee7LLhl+S6b2RbCZwr4iMTs VhsmF0CH0WzseUTKvEcPOl68kMW6cXXxcSvrtR9UEksYYfVrjLEi6UI+OEHCCr+RSSkF SxRw== Received: by 10.68.200.72 with SMTP id jq8mr90306963pbc.38.1351498372914; Mon, 29 Oct 2012 01:12:52 -0700 (PDT) Received: by 10.67.3.101 with HTTP; Mon, 29 Oct 2012 01:12:52 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, to let the owner of a remote repository (one on which git-push deposits objects) disallow others to change tags, a key on its config file could be used. An option on git-push, or environment variable, or key in config file of the repo from which git-push takes objects do not help in enforcing the policy not to update tags in the remote repo. -Angelo