lib/githook/templates/config.rb in git-hook-0.1.7 vs lib/githook/templates/config.rb in git-hook-0.1.8
- old
+ new
@@ -8,11 +8,12 @@
# "pre_commit:check_branch_name"
)
set :prepare_commit_msg, fetch(:prepare_commit_msg, []).push(
# comment following lines if you want to skip it
- "prepare_commit_msg:prepare"
+ "prepare_commit_msg:prepare_for_ekohe_branch"
+ # "prepare_commit_msg:prepare_for_gitlab_branch"
)
set :commit_msg, fetch(:commit_msg, []).push(
# comment following lines if you want to skip it
- "commit_msg:check_msg"
+ "commit_msg:check_msg_for_ekohe_format"
)