Hello, To try to reduce the risk of people doing like me, harassing directly Carlos for patches because they could not find the mailing list address, I propose the small change attached.
Best regards, Christophe.
From affcb169ba8b2ba457f9c9628ebf28127bcbb729 Mon Sep 17 00:00:00 2001 From: Christophe CURIS <[email protected]> Date: Sun, 17 Jul 2011 12:20:13 +0200 Subject: [PATCH] Added mailing list address in the parfect-patch file This may ease Carlos' work slightly when dealing with people like me that could not find it and thus submitting the patch directly to him, the only address found --- The-perfect-Window-Maker-patch.txt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/The-perfect-Window-Maker-patch.txt b/The-perfect-Window-Maker-patch.txt index 1d2e445..18723f2 100644 --- a/The-perfect-Window-Maker-patch.txt +++ b/The-perfect-Window-Maker-patch.txt @@ -52,8 +52,9 @@ git commit -a git format-patch HEAD~1 After the above steps, you are ready to send the created .patch file -to the mailing-list! Just send it as-is, and I will be able to apply -it with +to the mailing-list: [email protected] + +Just send it as-is, and I will be able to apply it with # this is how I am going to apply your patch git am 0001-subject-of-your-patch.patch -- 1.7.2.5
