From cff0322ee4490fbb43ad5950a91e30adc00ad326 Mon Sep 17 00:00:00 2001 From: fredericrous Date: Fri, 9 Jul 2021 09:17:00 +0100 Subject: [PATCH] change gitmessage location --- private_dot_config/git/config.tmpl | 2 +- private_dot_config/git/gitmessage | 39 ------------------------------ private_dot_config/git/templates | 2 +- 3 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 private_dot_config/git/gitmessage diff --git a/private_dot_config/git/config.tmpl b/private_dot_config/git/config.tmpl index f3b3384..223b7c1 100644 --- a/private_dot_config/git/config.tmpl +++ b/private_dot_config/git/config.tmpl @@ -24,7 +24,7 @@ attributesfile = ~/.config/git/attributes [commit] gpgsign = true - template = ~/.config/git/gitmessage + template = ~/.config/git/templates/message [credential] helper = cache [diff] diff --git a/private_dot_config/git/gitmessage b/private_dot_config/git/gitmessage deleted file mode 100644 index 4cb4701..0000000 --- a/private_dot_config/git/gitmessage +++ /dev/null @@ -1,39 +0,0 @@ -################################################## -# Title Format: [Scope]: -# -# ✨ feat -# 🐛 fix -# 📚️ docs -# 🎨 style -# ♻️ refactor -# ⏪️ revert -# ⚡️ perf -# 🚨 test -# 🔧 chore -# 🚀 chore-release -# 🔗 chore-deps -# 📦️ build -# 👷 ci -# 🚀 release -# 🔒️ security -# 🌐 i18n -# 💥 breaking -# ⚙️ config -# ➕ add -# ➖ remove -# -##################################### 50 max #### - - -# Body ################################################### 72 max #### - - -################################################# -# Trailer -# Issue: -# Refs: -# BREAKING CHANGE: -# Reported-by: -# Co-authored-by: -################################################# - diff --git a/private_dot_config/git/templates b/private_dot_config/git/templates index e806bb8..3fb4115 160000 --- a/private_dot_config/git/templates +++ b/private_dot_config/git/templates @@ -1 +1 @@ -Subproject commit e806bb8b60708e4c9cdf81f9c0625f4acd3db312 +Subproject commit 3fb41152c39e80b8acd904bf1df8095d96e2aeff