tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.
MIT License
193 stars 33 forks source link

Improve URL_REGEX pattern #30

Closed rakeen closed 5 years ago

rakeen commented 6 years ago

Add additional URL Scheme in the url matcher.

See: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml for a list of schemes. Fixes: #29