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

showing the dependencies between features #147

Open alwex opened 10 years ago

alwex commented 10 years ago

It would be cool if we can see the dependencies between features while listing the features or perhaps adding a "twgit feature show-dep" option.

exemple, F2 depends on F3 and F1 depends on F2

geoffroy-aubry commented 10 years ago

I'm fan of twgit feature show-dep :-) Here an example if a feature-2 is merge with several others:

├ feature-1
│  └ feature-2
└ feature-3
   └ feature-2
alwex commented 7 years ago

any plan for this feature?