git-hook-commit-ref 1.2.0

Git hook to verify that makes sure the commit message contains a reference to the issue.
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.regex]
version = "1.6.0"

[package]
authors = ["Skander <skander.bmahmoud@gmail.com"]
description = "Git hook to verify that makes sure the commit message contains a reference to the issue."
edition = "2021"
license = "MIT"
name = "git-hook-commit-ref"
readme = "README.md"
repository = "https://github.com/rednaks/git-hook-commit-ref"
version = "1.2.0"