commit 301a609629d39eae9bf620c358aa98f88d6cd125
Author: Ivan Tham <[email protected]>
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
@@ -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 (@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