Merge branch 'cr/push-force-tag-update'

Regression fix to stop "git push" complaining "target ref already
exists", when it is not the real reason the command rejected the
request (e.g. non-fast-forward).

* cr/push-force-tag-update:
  push: fix "refs/tags/ hierarchy cannot be updated without --force"
This commit is contained in:
Junio C Hamano
2013-01-23 21:16:49 -08:00
3 changed files with 7 additions and 58 deletions

View File

@ -1011,7 +1011,6 @@ struct ref {
requires_force:1,
merge:1,
nonfastforward:1,
not_forwardable:1,
update:1,
deletion:1;
enum {