aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-03-07 20:07:42 +0100
committerRobin Jarry <robin@jarry.cc>2023-03-08 00:13:42 +0100
commit41942bb97df4b806520cae076387a00a7e9f39e1 (patch)
tree0740ef70eb18115dadc0ff0933b3b68830813b34 /CONTRIBUTING.md
parent335d52d8b5c861cd02984811ab2e752d3d80273d (diff)
downloadaerc-41942bb97df4b806520cae076387a00a7e9f39e1.tar.gz
contrib: fix sendemail validate script
The current sendemail-validate script cannot be used for patch series. It works on each patch independently from the others and make it impossible to use when there are inter dependencies. I have submitted an alternate validate script that works on whole series which is still waiting for reviews. In the meantime, propose to use my script which can work. To install it in your environment: curl -Lo ~/.local/bin/git-send-email \ https://paste.sr.ht/blob/cedcf24383022949c8dc5bc1300cf5cbc879b36f echo 'export GIT_EXEC_PATH=$PATH:$(git --exec-path)' >> ~/.profile Link: https://lore.kernel.org/git/20230103231133.64050-1-robin@jarry.cc/ Link: https://paste.sr.ht/~rjarry/7e9a98866ba2c6f34e4169debf4f2c14b574613e Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dc8f17cb..8bd543fd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,7 +69,7 @@ defaults:
git config format.subjectPrefix "PATCH aerc"
git config sendemail.to "~rjarry/aerc-devel@lists.sr.ht"
git config sendemail.validate true
- ln -sf ../../contrib/sendemail-validate .git/hooks/sendemail-validate
+ ln -sf ../../contrib/sendemail-validate-series .git/hooks/sendemail-validate
And send the patch to the mailing list ([step by step
instructions][git-send-email-tutorial]):