From: Chris Rorvick Date: Fri, 30 Nov 2012 01:41:37 +0000 (-0600) Subject: push: require force for refs under refs/tags/ X-Git-Tag: v1.8.2-rc0~185^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dbfeddb12e5bb540ed3c852eebda3df9117bd150?hp=dbfeddb12e5bb540ed3c852eebda3df9117bd150 push: require force for refs under refs/tags/ References are allowed to update from one commit-ish to another if the former is an ancestor of the latter. This behavior is oriented to branches which are expected to move with commits. Tag references are expected to be static in a repository, though, thus an update to something under refs/tags/ should be rejected unless the update is forced. Signed-off-by: Chris Rorvick Signed-off-by: Junio C Hamano ---