Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Add stable origin tag on feature description #90

Closed chemidy closed 11 years ago

chemidy commented 11 years ago

On twgit feature list, we can add the tag of parent stable on feature.

===> Today (i) Remote free features: Feature: origin/feature-1234 My feature 1234 XXXX YYY ZZZZ /!\ Tag not merged into this branch: 'v1.61.1'. Feature: origin/feature-2789 Who gonna win if Batman vs Robin

===> With stable origin tag (i) Remote free features: Feature: origin/feature-1234 (from stable v1.41.1) My feature 1234 XXXX YYY ZZZZ /!\ Tag not merged into this branch: 'v1.61.1'. Feature: origin/feature-2789 (from stable v1.61.1) Who gonna win if Batman vs Robin

We have to add git describe --abbrev=0 $my_feature

chemidy commented 11 years ago

It's done