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


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.6.0"