bergerjac / gitextensions

This fork of GitExtensions is primarily focused on creating an interactive view of git's common objects.
http://code.google.com/p/gitextensions
GNU General Public License v3.0
1 stars 0 forks source link

Indicate if a Branch has been Abandoned #28

Open bergerjac opened 11 years ago

bergerjac commented 11 years ago

Sometimes, I'll merge a feature/bug branch into master and forget to delete it. Or, I'll push a branch to GitHub and submit a Pull Request.

It may be convenient if there was some sort of algorithm to detect "abandoned" branches.

popular branch = branch with frequent commits/merges (e.g. master) important branch = branch with many commits/merges, but may not receive frequent commits/merges anymore (e.g. v2.34)

Signs of an "abandoned" branch:

Popular

Important

Indicators should probably be normalized to accommodate repositories which haven't been recently used.