nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

git-flow-support: Add note about the support #6341

Open ScreamingDev opened 8 years ago

ScreamingDev commented 8 years ago

I got two very common things for you, that can be solved via git notes or git branch --edit-description

As a developer I like to add a note to my support branch so that others can read why it should be supported.

As a product owner / SQA I like to edit the notes of a support branch so that I can determine the end of support.

Please implement those two use cases. It would be helpful for workflows that include support branches.