git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git push --force to update tag
@ 2013-01-07  2:23 乙酸鋰
  2013-01-07  3:42 ` Chris Rorvick
  0 siblings, 1 reply; 2+ messages in thread
From: 乙酸鋰 @ 2013-01-07  2:23 UTC (permalink / raw)
  To: git

about git 1.8.2

 * "git push" now requires "-f" to update a tag, even if it is a
   fast-forward, as tags are meant to be fixed points.

Does the server side validate this? Do we need to upgrade git on
server side to support this?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git push --force to update tag
  2013-01-07  2:23 git push --force to update tag 乙酸鋰
@ 2013-01-07  3:42 ` Chris Rorvick
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Rorvick @ 2013-01-07  3:42 UTC (permalink / raw)
  To: 乙酸鋰; +Cc: git

On Sun, Jan 6, 2013 at 8:23 PM, 乙酸鋰 <ch3cooli@gmail.com> wrote:
> about git 1.8.2
>
>  * "git push" now requires "-f" to update a tag, even if it is a
>    fast-forward, as tags are meant to be fixed points.
>
> Does the server side validate this? Do we need to upgrade git on
> server side to support this?

This check is made by the side doing the push.  There is no additional
validation done on the remote side so it does not need an updated
version of Git for this feature to work correctly.

Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-07  3:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07  2:23 git push --force to update tag 乙酸鋰
2013-01-07  3:42 ` Chris Rorvick

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).