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

Add a parameter to specify the trunk branch #20

Closed jwir3 closed 10 years ago

jwir3 commented 10 years ago

We need a way to specify the "trunk" or "master" branch in a repository. Normally, this will be "master", but it's not guaranteed to be this. For example, the primary development branch might be something altogether different - something like "mainline" or "trunk".

This will be necessary for issue #21.