sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 301a609629d39eae9bf620c358aa98f88d6cd125
parent 31100a57514ec30b9883abf7794c48a7315e62f7
Author: Ivan Tham <pickfire@riseup.net>
Date:   Tue,  5 Jan 2016 18:48:31 +0800

Add more info for sending patches to ml

Diffstat:
Mdwm.suckless.org/patches/index.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git 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