Subject: | Should be able to check current branch, as well as branch(es) specified |
Consider a release from a side branch.. which is legal if
[Git::CheckFor::CorrectBranch] is not being used... [Git::Remote::Check]
won't necessarily be checking the correct remote branch for unfetched
changes.
I'm thinking this plugin should do one of two things:
- either always check the current branch (if it exists on the remote) as
well as the branch(es) specified in the config, or
- allow some special notation (e.g. 'checkcurrent = true') to indicate
the desire to check the current branch as well as any others listed.