This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248275 - More flexible Tag's support
Summary: More flexible Tag's support
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All Other
: P3 normal with 3 votes (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-30 11:03 UTC by elennaro
Modified: 2015-02-28 11:38 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elennaro 2014-10-30 11:03:58 UTC
1) In "create Tag" if we want to overwrite existing tag force overwrite(-f) possibility could be great! E.g. git tag -a -f -m "My new Tag has same name as old one" 0.1-OLD-TAG-NAME
2) "Push to Upstream" could also update tag's of current branch.
3) If I deleted and created tag with same name on another commit "Push..." does not show this tag to be either added/deleted/updated to remote repository.
Comment 1 Quality Engineering 2014-11-04 10:33:47 UTC
Integrated into 'main-silver', will be available in build *201411040753* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c773f1eb57ff
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #248275 - More flexible Tag's support
Fix force update flag in Create Tag dialog.
If selected the tag with an already existing name should be allowed.
Comment 2 elennaro 2015-02-28 11:38:01 UTC
"Push to Upstream" could also update tag's of current branch. Still does not pushes tags.