Hello,
I want to deploy a hook script to control format of commit message. For this I
use the prepare-commit-msg script.
I want to check if the commit message starts with a number of 3 digits. If this
is the case, the script returns 0, otherwise 1.
It works fine for an utilisation with the git
Hello
I want to deploy a hook script to control format of commit message.
For this I use the prepare-commit-msg script.
I want to check if the commit message starts with a number of 3
digits. If this is the case, the script returns 0, otherwise 1.
It works fine for an utilisation with the git comm
2 matches
Mail list logo