aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-08-04 18:05:38 +0200
committerRobin Jarry <robin@jarry.cc>2023-08-24 14:01:52 +0200
commit62823b0481358bf7c2375c17adcbeb4218ba5d2d (patch)
tree5e8771794e848c83b6babb91a679dc39a34efad2 /GNUmakefile
parent606f8f0c701d349c8c1ff061587560cb46c0ba85 (diff)
downloadaerc-62823b0481358bf7c2375c17adcbeb4218ba5d2d.tar.gz
aerc-62823b0481358bf7c2375c17adcbeb4218ba5d2d.zip
contributing: add guidelines for including changelogs
Recently there were several contributors that included their changelog in the commit message and/or didn't include a changelog at all. Add comprehensive guidelines to help people figuring the email-based review workflow. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 819ad239..2a6b152e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -111,6 +111,9 @@ uninstall:
gitconfig:
git config format.subjectPrefix "PATCH aerc"
git config sendemail.to "~rjarry/aerc-devel@lists.sr.ht"
+ git config format.notes true
+ git config notes.rewriteRef refs/notes/commits
+ git config notes.rewriteMode concatenate
@mkdir -p .git/hooks
@rm -f .git/hooks/sendemail-validate*
@if grep -q GIT_SENDEMAIL_FILE_COUNTER `git --exec-path`/git-send-email 2>/dev/null; then \