[PATCH aerc] CONTRIBUTING: remove stray + symbols
Export this patch
I guess these were included accidentally after resolving a merge
conflict, or similar.
Signed-off-by: Jonathan Dowland <jon+aerc-devel@dow.land>
---
CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 756cd1bb..075bdde8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -107,8 +107,8 @@ defaults:
git config notes.rewriteRef refs/notes/commits
git config notes.rewriteMode concatenate
ln -s ../../contrib/commit-msg .git/hooks/commit-msg
- + ln -s ../../contrib/sendemail-validate .git/hooks/sendemail-validate
- + git config sendemail.validate true
+ ln -s ../../contrib/sendemail-validate .git/hooks/sendemail-validate
+ git config sendemail.validate true
Hi Jonathan,
this was not a merge conflict leftover. See for yourself:
$ make 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
ln -s ../../contrib/commit-msg .git/hooks/commit-msg
+ ln -s ../../contrib/sendemail-validate .git/hooks/sendemail-validate
+ git config sendemail.validate true
And send the patch to the mailing list ([step-by-step
instructions][git-send-email-tutorial]):
--
2.39.2
aerc/patches: FAILED in 2m23s
[CONTRIBUTING: remove stray + symbols][0] from [Jonathan Dowland][1]
[0]: https://lists.sr.ht/~rjarry/aerc-devel/patches/49668
[1]: mailto:jon+aerc-devel@dow.land
✗ #1153320 FAILED aerc/patches/alpine-edge.yml https://builds.sr.ht/~rjarry/job/1153320
✓ #1153321 SUCCESS aerc/patches/openbsd.yml https://builds.sr.ht/~rjarry/job/1153321
Jonathan Dowland, Feb 19, 2024 at 15:03: