summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-commit-template-sequoia32
-rw-r--r--gitconfig-exolobe11
-rw-r--r--gitconfig-sequoia6
3 files changed, 37 insertions, 2 deletions
diff --git a/git-commit-template-sequoia b/git-commit-template-sequoia
new file mode 100644
index 0000000..43a7a35
--- /dev/null
+++ b/git-commit-template-sequoia
@@ -0,0 +1,32 @@
+
+
+# If applied this commit will...
+#
+# <type>[optional scope]: <description>
+#
+# [optional body]
+#
+# [optional footer(s)]
+#
+# https://www.conventionalcommits.org/en/v1.0.0/
+# feat: new feature
+# feat!: this feature breaks something
+# fix: bug fix
+# fix(parse): a bug fix to the parser
+# build:
+# chore:
+# ci:
+# docs:
+# style:
+# refactor:
+# perf:
+# test:
+#
+# footers:
+# BREAKING-CHANGE: for anything that breaks semver major version
+# Closes: #id
+#
+# Why is it necessary? (Bug fix, feature, improvements?)
+# How does the change address the issue?
+# What side effects does this change have?
+
diff --git a/gitconfig-exolobe1 b/gitconfig-exolobe1
index fc40b25..7796de2 100644
--- a/gitconfig-exolobe1
+++ b/gitconfig-exolobe1
@@ -1,7 +1,6 @@
[user]
name = Lars Wirzenius
email = liw@liw.fi
- signingkey = 44E17740B8611E9C
[commit]
gpgSign = false
diff --git a/gitconfig-sequoia b/gitconfig-sequoia
index 1f71345..c8d12be 100644
--- a/gitconfig-sequoia
+++ b/gitconfig-sequoia
@@ -1,3 +1,7 @@
+[user]
+ email = liw@sequoia-pgp.org
+ signingkey = 7B36 D7F1 CFCA F77D 25F7 E5CC CBAD F5E2 519E C824
+
[commit]
gpgSign = true
- signingkey = 7B36 D7F1 CFCA F77D 25F7 E5CC CBAD F5E2 519E C824
+ template = /home/liw/liw-dot-files/git-commit-template-sequoia