guillaumeaubert / App-GitHooks

Plugin-based system to run specific actions and checks when git hooks are triggered.
https://metacpan.org/pod/App::GitHooks
Other
6 stars 3 forks source link

Clean up App::GitHooks::Utils::get_ticket_id() #19

Closed guillaumeaubert closed 9 years ago

guillaumeaubert commented 9 years ago

The documentation says:

Return a regex that will extract a ticket ID from a commit message, if it exists.

But the code uses extract_ticket_id_from_branch to generate the regex that is returned.

guillaumeaubert commented 9 years ago

Released in v1.5.0.