gitflow4idea icon indicating copy to clipboard operation
gitflow4idea copied to clipboard

Option to tag hotfix with another tag name

Open MattLishman opened this issue 9 years ago • 10 comments

When I finish a hotfix, it would be nice to have the option to "Choose tag name" rather than using the branch name.

This could be an input that pops up and let's you type the tag name. Similar to the "Custom hotfix commit message" dialog.

MattLishman avatar Apr 13 '16 09:04 MattLishman

How would you do the same with the command line gitflow?

OpherV avatar Apr 13 '16 10:04 OpherV

I can't find how to do this in a normal gitflow workflow. Unless anyone else can, feel free to close it if it isn't suitable and I will re open if the feature exists in the future.

It's odd that gitflow doesn't support this.

MattLishman avatar Apr 13 '16 10:04 MattLishman

You can always suggest a feature to gitflow AVH: https://github.com/petervanderdoes/gitflow-avh

If it ever gets implemented in git flow I'll be sure to include that in gitflow4idea as well!

OpherV avatar Apr 13 '16 11:04 OpherV

Thanks. Good idea, I will do.

MattLishman avatar Apr 13 '16 12:04 MattLishman

I think that this issue can be reopened. It can be done using git flow hotfix finish -T. Is it possible do reopen this enhacement?

renanwilliam avatar Aug 15 '16 13:08 renanwilliam

@renanwilliam Thanks for pointing this out!

OpherV avatar Aug 15 '16 21:08 OpherV

Hi @OpherV any news on the subject?

Flowster avatar Jul 19 '17 13:07 Flowster

@renanwilliam @Flowster I just finished a huge refactor to easy allow flags like this. So now the question is how to tackle UI for this feature - because I assume you don't want to custom-tag every release. How do you envision this?

OpherV avatar Apr 04 '18 13:04 OpherV

@OpherV I think that can have a flag like 'Custom Hotfix Tags' in plugin general configuration. If it turned on, a pop-up that will be displayed for tag message will have a extra-field for tag name.

renanwilliam avatar Apr 04 '18 16:04 renanwilliam

I understand that this feature is already delivered and the issue can be closed now

renanwilliam avatar Mar 07 '19 16:03 renanwilliam