You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
304 B
7 lines
304 B
# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
|
|
# during git commit after local hooks have been installed.
|
|
|
|
hooks_chain_pre_commit="Utilities/Scripts/pre-commit"
|
|
hooks_chain_commit_msg="Utilities/Scripts/commit-msg"
|
|
hooks_chain_prepare_commit_msg="Utilities/Scripts/prepare-commit-msg"
|