[wiki] [sites] Add more info for sending patches to ml || Ivan Tham

From: <git_AT_suckless.org>
Date: Tue, 05 Jan 2016 11:48:38 +0100

commit 301a609629d39eae9bf620c358aa98f88d6cd125
Author: Ivan Tham <pickfire_AT_riseup.net>
Date: Tue Jan 5 18:48:31 2016 +0800

    Add more info for sending patches to ml

diff --git a/dwm.suckless.org/patches/index.md b/dwm.suckless.org/patches/index.md
index 843cd1f..1ce5e74 100644
--- a/dwm.suckless.org/patches/index.md
+++ b/dwm.suckless.org/patches/index.md
_AT_@ -13,12 +13,17 @@ 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:
+For git users, use `-3` to fix the conflict easily:
 
     cd dwm-directory
     git apply path/to/patch.diff
Received on Tue Jan 05 2016 - 11:48:38 CET

This archive was generated by hypermail 2.3.0 : Tue Jan 05 2016 - 12:00:18 CET