[wiki] [sites] Move the patch hints to the appropriate mailinglist. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Wed, 06 Jan 2016 15:39:50 +0100

commit d095906810338620792ac67458496d7439036161
Author: Christoph Lohmann <20h_AT_r-36.net>
Date: Wed Jan 6 15:39:18 2016 +0100

    Move the patch hints to the appropriate mailinglist.

diff --git a/dwm.suckless.org/patches/index.md b/dwm.suckless.org/patches/index.md
index 1ce5e74..4b95149 100644
--- a/dwm.suckless.org/patches/index.md
+++ b/dwm.suckless.org/patches/index.md
_AT_@ -13,14 +13,8 @@ For tarballs:
     cd modified-dwm-directory/..
     diff -up original-dwm-directory modified-dwm-directory > dwm-X.Y-yourpatchname.diff
 
-To send the last commit to the mailing lists (_AT_hackers):
-
- cd dwm-directory
- git send-email --subject-prefix="$(basename $PWD)][PATCH" -1
-
 where `X.Y` is a dwm tag name or version number.
 
-
 patch application
 -----------------
 For git users, use `-3` to fix the conflict easily:
diff --git a/suckless.org/community.md b/suckless.org/community.md
index 61cac06..4108fad 100644
--- a/suckless.org/community.md
+++ b/suckless.org/community.md
_AT_@ -37,6 +37,20 @@ following addresses to perform the described action.
 
 ### `hackers_AT_suckless.org`
 
+When sending a patch use the following commands:
+
+ cd $project
+ git send-email --subject-prefix="$(basename $(pwd))][PATCH" \
+ --to hackers_AT_suckless.org -1
+
+This will send the last commit of the repository to the mailinglist adding a
+prefix to the subject which includes the appropriate project name. This allows
+easier referencing and filtering of the e-mails for the maintainers subscribed
+to hackers_AT_.
+
+Be sure to have setup your sender address in git and be subscribed to the
+mailinglist so you can see eventual comments on your patches.
+
 * `hackers+subscribe_AT_MAILHOST` - subscribe to the mailing list (read/write)
 * `hackers+subscribe-digest_AT_MAILHOST` - subscribe to the digest version of the mailing list (read/write)
 * `hackers+subscribe-nomail_AT_MAILHOST` - subscribe without receiving e-mails from the mailing list (write)
Received on Wed Jan 06 2016 - 15:39:50 CET

This archive was generated by hypermail 2.3.0 : Wed Jan 06 2016 - 15:48:13 CET