jwir3 / gitbranchhealth

A tool for determining the health of branches in a git repository.
Mozilla Public License 2.0
0 stars 1 forks source link

Make ignored branches configurable #19

Closed jwir3 closed 10 years ago

jwir3 commented 10 years ago

We currently don't have any way to specify which branches are ignored. "master" and "HEAD" are ignored, but these are hard-coded into the app. We should allow the users to specify what branches to ignore instead.